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