Skip to main content

Interface: RegisterCustomerInput

Defined in: type/RegisterCustomerInput.ts:6

Input for registering a new customer.

Properties

dateOfBirth?

optional dateOfBirth?: string

Defined in: type/RegisterCustomerInput.ts:22

dateOfBirth input field


email?

optional email?: string

Defined in: type/RegisterCustomerInput.ts:16

email input field


firstName?

optional firstName?: string

Defined in: type/RegisterCustomerInput.ts:8

firstName input field


gender?

optional gender?: Gender

Defined in: type/RegisterCustomerInput.ts:14

gender input field


lastName?

optional lastName?: string

Defined in: type/RegisterCustomerInput.ts:12

lastName input field


mailingList?

optional mailingList?: YesNo

Defined in: type/RegisterCustomerInput.ts:24

mailingList input field


middleName?

optional middleName?: string

Defined in: type/RegisterCustomerInput.ts:10

middleName input field


mobile?

optional mobile?: string

Defined in: type/RegisterCustomerInput.ts:20

mobile input field


password?

optional password?: 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?

optional phone?: string

Defined in: type/RegisterCustomerInput.ts:18

phone input field


primaryLanguage?

optional primaryLanguage?: string

Defined in: type/RegisterCustomerInput.ts:26

The primary language of the customer.