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 |
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 |