CustomerDetails
Model of the Customer.
firstNamestring
lastNamestring
emailstring
genderstring
Possible values: [MALE, FEMALE]
zipstring
citystring
streetstring
countrystring
Country code represented in standard ISO 3166-1 ALPHA-2 format
Example:
DEphonestring
languagestring
CustomerDetails
{
"firstName": "string",
"lastName": "string",
"email": "string",
"gender": "MALE",
"zip": "string",
"city": "string",
"street": "string",
"country": "DE",
"phone": "string",
"language": "string"
}