Interface: CustomerInput
Defined in: type/CustomerInput.ts:6
Input for creating a new customer
Properties
dateOfBirth?
optionaldateOfBirth?:string
Defined in: type/CustomerInput.ts:22
dateOfBirth input field
email?
optionalemail?:string
Defined in: type/CustomerInput.ts:16
email input field
firstName?
optionalfirstName?:string
Defined in: type/CustomerInput.ts:8
firstName input field
gender?
optionalgender?:Gender
Defined in: type/CustomerInput.ts:14
gender input field
lastName?
optionallastName?:string
Defined in: type/CustomerInput.ts:12
lastName input field
mailingList?
optionalmailingList?:YesNo
Defined in: type/CustomerInput.ts:24
mailingList input field
middleName?
optionalmiddleName?:string
Defined in: type/CustomerInput.ts:10
middleName input field
mobile?
optionalmobile?:string
Defined in: type/CustomerInput.ts:20
mobile input field
phone?
optionalphone?:string
Defined in: type/CustomerInput.ts:18
phone input field
primaryLanguage?
optionalprimaryLanguage?:string
Defined in: type/CustomerInput.ts:26
The primary language of the customer.