You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Titlestring`json:"title,omitempty"`// Something like Ms or Mrs
388
-
FirstNamestring`json:"firstName,omitempty"`// The first name of the customer.
389
-
LastNamestring`json:"lastName,omitempty"`// The last name of the customer.
390
-
Streetstring`json:"street,omitempty"`// The street of the customer.
391
-
Street2string`json:"street2,omitempty"`// Additional street information. For example: '3rd floor'
392
-
Citystring`json:"city,omitempty"`// The city of the customer.
393
-
Countrystring`json:"country,omitempty"`// 2 letter ISO 3166-1 alpha-2 country code
394
-
ZipCodestring`json:"zipCode,omitempty"`// Zip code of the customer.
395
-
Phonestring`json:"phone,omitempty"`// Phone number of the customer.
396
-
CellPhonestring`json:"cellPhone,omitempty"`// Cell Phone number of the customer.
397
-
Emailstring`json:"email,omitempty"`// The email address of the customer.
398
-
Genderstring`json:"gender,omitempty"`// Gender of the customer. female or male.
399
-
BirthDatestring`json:"birthDate,omitempty"`// The birth date of the customer. Must be in ISO-8601 format (YYYY-MM-DD).
400
-
Languagestring`json:"language,omitempty"`// The language of the customer.
401
-
Typestring`json:"type,omitempty"`// P or C depending on whether the customer is private or a company. If C, the fields name and companyRegisterNumber are required
402
-
Namestring`json:"name,omitempty"`// The name of the company. Only applicable if type=C
403
-
CompanyLegalFormstring`json:"companyLegalForm,omitempty"`// The legal form of the company (AG, GmbH, ...)
404
-
CompanyRegisterNumberstring`json:"companyRegisterNumber,omitempty"`// The register number of the company. Only applicable if type=C
405
-
IpAddressstring`json:"ipAddress,omitempty"`// The ip address of the customer.
Titlestring`json:"title,omitempty"`// Something like Ms or Mrs
388
+
FirstNamestring`json:"firstName,omitempty"`// The first name of the customer.
389
+
LastNamestring`json:"lastName,omitempty"`// The last name of the customer.
390
+
Streetstring`json:"street,omitempty"`// The street of the customer.
391
+
Street2string`json:"street2,omitempty"`// Additional street information. For example: '3rd floor'
392
+
Citystring`json:"city,omitempty"`// The city of the customer.
393
+
Countrystring`json:"country,omitempty"`// 2 letter ISO 3166-1 alpha-2 country code
394
+
ZipCodestring`json:"zipCode,omitempty"`// Zip code of the customer.
395
+
Phonestring`json:"phone,omitempty"`// Phone number of the customer.
396
+
CellPhonestring`json:"cellPhone,omitempty"`// Cell Phone number of the customer.
397
+
Emailstring`json:"email,omitempty"`// The email address of the customer.
398
+
Genderstring`json:"gender,omitempty"`// Gender of the customer. female or male.
399
+
BirthDatestring`json:"birthDate,omitempty"`// The birth date of the customer. Must be in ISO-8601 format (YYYY-MM-DD).
400
+
Languagestring`json:"language,omitempty"`// The language of the customer.
401
+
TypeCustomerType`json:"type,omitempty"`// P or C depending on whether the customer is private or a company. If C, the fields name and companyRegisterNumber are required
402
+
Namestring`json:"name,omitempty"`// The name of the company. Only applicable if type=C
403
+
CompanyLegalFormstring`json:"companyLegalForm,omitempty"`// The legal form of the company (AG, GmbH, ...)
404
+
CompanyRegisterNumberstring`json:"companyRegisterNumber,omitempty"`// The register number of the company. Only applicable if type=C
405
+
IpAddressstring`json:"ipAddress,omitempty"`// The ip address of the customer.
0 commit comments