Type Alias: Address
Address =
object
Represents an address.
Properties
address?
optionaladdress:string
The first line of the address.
city?
optionalcity:string
The city of the address.
country?
optionalcountry:string
The country of the address.
postalCode?
optionalpostalCode:string
The postal code of the address.
state?
optionalstate:string
The state of the address.