Skip to main content

Interface: CustomerInput

Defined in: type/CustomerInput.ts:6

Input for creating a new customer

Properties

dateOfBirth?

optional dateOfBirth?: string

Defined in: type/CustomerInput.ts:22

dateOfBirth input field


email?

optional email?: string

Defined in: type/CustomerInput.ts:16

email input field


firstName?

optional firstName?: string

Defined in: type/CustomerInput.ts:8

firstName input field


gender?

optional gender?: Gender

Defined in: type/CustomerInput.ts:14

gender input field


lastName?

optional lastName?: string

Defined in: type/CustomerInput.ts:12

lastName input field


mailingList?

optional mailingList?: YesNo

Defined in: type/CustomerInput.ts:24

mailingList input field


middleName?

optional middleName?: string

Defined in: type/CustomerInput.ts:10

middleName input field


mobile?

optional mobile?: string

Defined in: type/CustomerInput.ts:20

mobile input field


phone?

optional phone?: string

Defined in: type/CustomerInput.ts:18

phone input field


primaryLanguage?

optional primaryLanguage?: string

Defined in: type/CustomerInput.ts:26

The primary language of the customer.