Skip to content

Latest commit

 

History

History
executable file
·
37 lines (27 loc) · 1.56 KB

File metadata and controls

executable file
·
37 lines (27 loc) · 1.56 KB

KoronacloudApiV3.Customer

Properties

Name Type Description Notes
active Boolean indicates whether the object is active for use or not [optional]
id String global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) [optional]
_number String number of the object, like it is set in backoffice; will be removed when active=false [optional]
revision Number the revision number of the object. revision numbers are unique per object-type. there is is no object of the same type with identical revision numbers. [optional]
address AddressInformation [optional]
birthday Date [optional]
cards [CustomerCard] [optional]
company String [optional]
customerGroup ModelReference [optional]
economicZone ModelReference [optional]
email String [optional]
firstname String [optional]
gender String [optional]
informations [CustomerInformation] [optional]
lastname String [optional]
phone String [optional]
taxId String [optional]
privacyPolicyAccepted Boolean [optional]
marketingContactPermitted Boolean [optional]

Enum: GenderEnum

  • MALE (value: "MALE")

  • FEMALE (value: "FEMALE")