Interface: Address
Object containing the different fields of an address. This address is used when ordering a physical card and opting to get it sent to a specific location.Properties
city
city: string
The city of the address to which to send the card.
contactName
contactName: string
The recipient to whom the card will be sent.
country
country: string
The country of the address to which to send the card.
firstLine
firstLine: string
The first line of the address to which to send the card.
secondLine
secondLine: string
The second line of the address to which to send the card.
thirdLine
thirdLine: string
The third line of the address to which to send the card.
zipCode
zipCode: string
The postal code of the address to which to send the card.