Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.44 KB

File metadata and controls

34 lines (20 loc) · 1.44 KB

egoisdk.ContactBaseFieldsPostSchemaBase

Properties

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]
email 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]

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")

  • removed (value: "removed")

  • unconfirmed (value: "unconfirmed")