# Interface: CreateCustomerParams

# Hierarchy

# Table of contents

# Properties

# Properties

# acceptedTerms

acceptedTerms: boolean

Defined in: types/customer.ts:12 (opens new window)


# confirmPassword

confirmPassword: string

Defined in: types/customer.ts:11 (opens new window)


# email

email: string

Inherited from: CustomerParams.email

Defined in: types/customer.ts:7 (opens new window)


# firstName

firstName: string

Inherited from: CustomerParams.firstName

Defined in: types/customer.ts:5 (opens new window)


# lastName

lastName: string

Inherited from: CustomerParams.lastName

Defined in: types/customer.ts:6 (opens new window)


# password

password: string

Defined in: types/customer.ts:10 (opens new window)


# salutation

salutation: Mr | Ms | Mrs | Dr

Inherited from: CustomerParams.salutation

Defined in: types/customer.ts:4 (opens new window)