Address interface
The shipping address of the customer.
Properties
| address | 
	The address line1.  | 
| address | 
	The address line2.  | 
| address | 
	The address line3.  | 
| city | The city name.  | 
| country | The country name.  | 
| postal | 
	The postal code.  | 
| state | The state name.  | 
Property Details
		addressLine1
	 
	The address line1.
addressLine1?: string
				Property Value
string
		addressLine2
	 
	The address line2.
addressLine2?: string
				Property Value
string
		addressLine3
	 
	The address line3.
addressLine3?: string
				Property Value
string
city
The city name.
city?: string
				Property Value
string
country
The country name.
country: string
				Property Value
string
		postalCode
	 
	The postal code.
postalCode?: string
				Property Value
string
state
The state name.
state?: string
				Property Value
string