Interface: RegisterCustomerInput
Defined in: type/RegisterCustomerInput.ts:6
Input for registering a new customer.
Properties
dateOfBirth?
optionaldateOfBirth?:string
Defined in: type/RegisterCustomerInput.ts:22
dateOfBirth input field
email?
optionalemail?:string
Defined in: type/RegisterCustomerInput.ts:16
email input field
firstName?
optionalfirstName?:string
Defined in: type/RegisterCustomerInput.ts:8
firstName input field
gender?
optionalgender?:Gender
Defined in: type/RegisterCustomerInput.ts:14
gender input field
lastName?
optionallastName?:string
Defined in: type/RegisterCustomerInput.ts:12
lastName input field
mailingList?
optionalmailingList?:YesNo
Defined in: type/RegisterCustomerInput.ts:24
mailingList input field
middleName?
optionalmiddleName?:string
Defined in: type/RegisterCustomerInput.ts:10
middleName input field
mobile?
optionalmobile?:string
Defined in: type/RegisterCustomerInput.ts:20
mobile input field
password?
optionalpassword?:string
Defined in: type/RegisterCustomerInput.ts:28
Optionally create a prefilled password. When omitted the customer can set a new password using password reset(link)
phone?
optionalphone?:string
Defined in: type/RegisterCustomerInput.ts:18
phone input field
primaryLanguage?
optionalprimaryLanguage?:string
Defined in: type/RegisterCustomerInput.ts:26
The primary language of the customer.