Address - Liquid Object Reference - 1.0.0
| Object Name | Address | 
| Version | 1.0.0 | 
Description
The Address object contains information about a physical address.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| city | String | Returns the city for this Address | 
| country | String | Returns the country for this Address | 
| data | Object | Returns a custom data object for this object | 
| postal_code | String | Returns the postal code for this Address | 
| state | String | Returns the state for this Address | 
| street | String | Returns the street for this Address. Multiple lines (if any) are separated by newline characters. | 
| street_lines | List[String] | Returns a list of street lines for this Address | 
Objects that return Addresses
Back to Liquid Reference for 1.0.0
Back to Documentation