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