Appearance
DoCurious API Reference / types / BillingAddress
Interface: BillingAddress
Defined in: types/payment.types.ts:68
Address for billing/shipping (named differently to avoid conflict with common.types)
Properties
city
city:
string
Defined in: types/payment.types.ts:72
country
country:
string
Defined in: types/payment.types.ts:75
line1
line1:
string
Defined in: types/payment.types.ts:70
line2?
optionalline2:string
Defined in: types/payment.types.ts:71
name
name:
string
Defined in: types/payment.types.ts:69
postalCode
postalCode:
string
Defined in: types/payment.types.ts:74
state
state:
string
Defined in: types/payment.types.ts:73