Skip to main content

Interface: RegisterCustomerInput

Defined in: composables/vue/useAuth.ts:79

Properties

city?

optional city?: string

Defined in: composables/vue/useAuth.ts:91


country?

optional country?: string

Defined in: composables/vue/useAuth.ts:92


deliveryCity?

optional deliveryCity?: string

Defined in: composables/vue/useAuth.ts:97


deliveryCountry?

optional deliveryCountry?: string

Defined in: composables/vue/useAuth.ts:98


deliveryNumber?

optional deliveryNumber?: string

Defined in: composables/vue/useAuth.ts:94


deliveryNumberExtension?

optional deliveryNumberExtension?: string

Defined in: composables/vue/useAuth.ts:95


deliveryPostalCode?

optional deliveryPostalCode?: string

Defined in: composables/vue/useAuth.ts:96


deliveryStreet?

optional deliveryStreet?: string

Defined in: composables/vue/useAuth.ts:93


email

email: string

Defined in: composables/vue/useAuth.ts:80


firstName

firstName: string

Defined in: composables/vue/useAuth.ts:82


gender?

optional gender?: Gender

Defined in: composables/vue/useAuth.ts:86


lastName

lastName: string

Defined in: composables/vue/useAuth.ts:84


middleName?

optional middleName?: string

Defined in: composables/vue/useAuth.ts:83


number?

optional number?: string

Defined in: composables/vue/useAuth.ts:88


numberExtension?

optional numberExtension?: string

Defined in: composables/vue/useAuth.ts:89


password

password: string

Defined in: composables/vue/useAuth.ts:81


phone?

optional phone?: string

Defined in: composables/vue/useAuth.ts:85


postalCode?

optional postalCode?: string

Defined in: composables/vue/useAuth.ts:90


sameDeliveryAsBilling?

optional sameDeliveryAsBilling?: boolean

Defined in: composables/vue/useAuth.ts:99


street?

optional street?: string

Defined in: composables/vue/useAuth.ts:87