Skip to main content

Interface: RegisterCustomerInput

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

Properties

city?

optional city?: string

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


country?

optional country?: string

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


deliveryCity?

optional deliveryCity?: string

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


deliveryCountry?

optional deliveryCountry?: string

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


deliveryNumber?

optional deliveryNumber?: string

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


deliveryNumberExtension?

optional deliveryNumberExtension?: string

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


deliveryPostalCode?

optional deliveryPostalCode?: string

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


deliveryStreet?

optional deliveryStreet?: string

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


email

email: string

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


firstName

firstName: string

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


gender?

optional gender?: Gender

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


lastName

lastName: string

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


middleName?

optional middleName?: string

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


number?

optional number?: string

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


numberExtension?

optional numberExtension?: string

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


password

password: string

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


phone?

optional phone?: string

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


postalCode?

optional postalCode?: string

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


sameDeliveryAsBilling?

optional sameDeliveryAsBilling?: boolean

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


street?

optional street?: string

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