| Name | Type | Description | Notes |
|---|---|---|---|
| contactId | String | [optional] [readonly] | |
| status | StatusEnum | Status of the contact | [optional] |
| firstName | String | First name of the contact | [optional] |
| lastName | String | Last name of the contact | [optional] |
| birthDate | LocalDate | 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 | List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenAndroidInner> | Android push token of the contact | [optional] |
| pushTokenIos | List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenIosInner> | IOS push token of the contact | [optional] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |
| REMOVED | "removed" |
| UNCONFIRMED | "unconfirmed" |