| Name | Type | Description | Notes |
|---|---|---|---|
| contactId | String | [optional] [readonly] | |
| status | String | Status of the contact | [optional] [default to 'active'] |
| firstName | String | First name of the contact | [optional] |
| lastName | String | Last name of the contact | [optional] |
| birthDate | Date | Birth date of the contact | [optional] |
| language | Language | [optional] | |
| String | Email of the contact | [optional] | |
| cellphone | String | Cellphone of the contact (country code followed by phone number, split by '-') | [optional] |
| phone | String | Phone of the contact (country code followed by phone number, split by '-') | [optional] |
| pushTokenAndroid | [ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenAndroidInner] | Android push token of the contact | [optional] |
| pushTokenIos | [ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenIosInner] | IOS push token of the contact | [optional] |
-
active(value:"active") -
inactive(value:"inactive") -
removed(value:"removed") -
unconfirmed(value:"unconfirmed")