Index of the address in the addresses array to use as the default billing address.
The defaultBillingAddressId of the Customer will be set to the id of that address.
OptionalReadonlydefaultShippingAddress
defaultShippingAddress?:number
Index of the address in the addresses array to use as the default shipping address.
The defaultShippingAddressId of the Customer will be set to the id of that address.
Readonlyemail
email:string
Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to.
It is the mandatory unique identifier of a Customer.
OptionalReadonlyfirstName
firstName?:string
Given name (first name) of the Customer.
OptionalReadonlylastName
lastName?:string
Family name (last name) of the Customer.
OptionalReadonlylocale
locale?:string
Preferred language of the Customer. Must be one of the languages supported by the Project.
OptionalReadonlymiddleName
middleName?:string
Middle name of the Customer.
Readonlypassword
password:string
Password of the Customer.
OptionalReadonlysalutation
salutation?:string
Salutation of the Customer, for example, 'Mr.' or 'Mrs.'.
Addresses of the Customer.