Interface: AddressInput
Defined in: composables/vue/useAddress.ts:27
Properties
city
city:
string
Defined in: composables/vue/useAddress.ts:37
company?
optionalcompany?:string
Defined in: composables/vue/useAddress.ts:32
country
country:
string
Defined in: composables/vue/useAddress.ts:38
email?
optionalemail?:string
Defined in: composables/vue/useAddress.ts:39
firstName?
optionalfirstName?:string
Defined in: composables/vue/useAddress.ts:29
gender?
optionalgender?:Gender
Defined in: composables/vue/useAddress.ts:42
isDefault?
optionalisDefault?:YesNo
Defined in: composables/vue/useAddress.ts:43
lastName?
optionallastName?:string
Defined in: composables/vue/useAddress.ts:30
middleName?
optionalmiddleName?:string
Defined in: composables/vue/useAddress.ts:31
mobile?
optionalmobile?:string
Defined in: composables/vue/useAddress.ts:41
notes?
optionalnotes?:string
Defined in: composables/vue/useAddress.ts:44
number?
optionalnumber?:string
Defined in: composables/vue/useAddress.ts:34
numberExtension?
optionalnumberExtension?:string
Defined in: composables/vue/useAddress.ts:35
phone?
optionalphone?:string
Defined in: composables/vue/useAddress.ts:40
postalCode
postalCode:
string
Defined in: composables/vue/useAddress.ts:36
street
street:
string
Defined in: composables/vue/useAddress.ts:33
type?
optionaltype?:AddressType
Defined in: composables/vue/useAddress.ts:28