Interface: RegisterCustomerInput
Defined in: composables/vue/useAuth.ts:77
Properties
city?
optionalcity?:string
Defined in: composables/vue/useAuth.ts:89
country?
optionalcountry?:string
Defined in: composables/vue/useAuth.ts:90
deliveryCity?
optionaldeliveryCity?:string
Defined in: composables/vue/useAuth.ts:95
deliveryCountry?
optionaldeliveryCountry?:string
Defined in: composables/vue/useAuth.ts:96
deliveryNumber?
optionaldeliveryNumber?:string
Defined in: composables/vue/useAuth.ts:92
deliveryNumberExtension?
optionaldeliveryNumberExtension?:string
Defined in: composables/vue/useAuth.ts:93
deliveryPostalCode?
optionaldeliveryPostalCode?:string
Defined in: composables/vue/useAuth.ts:94
deliveryStreet?
optionaldeliveryStreet?: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?
optionalgender?:Gender
Defined in: composables/vue/useAuth.ts:84
lastName
lastName:
string
Defined in: composables/vue/useAuth.ts:82
middleName?
optionalmiddleName?:string
Defined in: composables/vue/useAuth.ts:81
number?
optionalnumber?:string
Defined in: composables/vue/useAuth.ts:86
numberExtension?
optionalnumberExtension?:string
Defined in: composables/vue/useAuth.ts:87
password
password:
string
Defined in: composables/vue/useAuth.ts:79
phone?
optionalphone?:string
Defined in: composables/vue/useAuth.ts:83
postalCode?
optionalpostalCode?:string
Defined in: composables/vue/useAuth.ts:88
sameDeliveryAsBilling?
optionalsameDeliveryAsBilling?:boolean
Defined in: composables/vue/useAuth.ts:97
street?
optionalstreet?:string
Defined in: composables/vue/useAuth.ts:85