Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.71 KB

ContactBaseWithStatusFieldsSchemaBase.md

File metadata and controls

27 lines (22 loc) · 1.71 KB

org.egoi.client.api.Model.ContactBaseWithStatusFieldsSchemaBase

Properties

Name Type Description Notes
ContactId string [optional] [readonly]
Status string Status of the contact [optional] [default to StatusEnum.Active]
Consent string Contact consent [optional]
FirstName string First name of the contact [optional]
LastName string Last name of the contact [optional]
BirthDate string Birth date of the contact [optional]
Language Language [optional]
Email string Email of the contact [optional]
EmailStatus string Email channel status [optional]
Cellphone string Cellphone of the contact (country code followed by phone number, split by '-') [optional]
CellphoneStatus string Cellphone channel status [optional]
Phone string Phone of the contact (country code followed by phone number, split by '-') [optional]
PhoneStatus string Phone channel status [optional]
PushTokenAndroid List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenAndroid> Android push token of the contact [optional]
PushTokenIos List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenIos> IOS push token of the contact [optional]

[Back to Model list] [Back to API list] [Back to README]