# PakatApiV3Sdk.CreateChild

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | Email address to create the child account | 
**firstName** | **String** | First name to use to create the child account | 
**lastName** | **String** | Last name to use to create the child account | 
**companyName** | **String** | Company name to use to create the child account | 
**password** | **String** | Password for the child account to login | 
**language** | **String** | Language of the child account | [optional] 


<a name="LanguageEnum"></a>
## Enum: LanguageEnum


* `fr` (value: `"fr"`)

* `es` (value: `"es"`)

* `pt` (value: `"pt"`)

* `it` (value: `"it"`)

* `de` (value: `"de"`)

* `en` (value: `"en"`)




