Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.65 KB

File metadata and controls

16 lines (13 loc) · 1.65 KB

# AccountPhysicalAddress

Properties

Name Type Description Notes
address_line1 string Line 1 of the organization's street address.
address_line2 string Line 2 of the organization's street address. [optional]
address_line3 string Line 3 of the organization's street address. [optional]
city string The city where the organization is located.
state_code string The two letter ISO 3166-1 code for the organization's state and only used if the <code>country_code</code> is <code>US</code> or <code>CA</code>. If not, exclude this property from the request body. [optional]
state_name string Use if the state where the organization is physically located is not in the United States or Canada. If <code>country_code</code> is <code>US</code> or <code>CA</code>, exclude this property from the request body. [optional]
postal_code string The postal code address (ZIP code) of the organization. This property is required if the <code>state_code</code> is <code>US</code> or <code>CA</code>, otherwise exclude this property from the request body. [optional]
country_code string The two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1&#39; target='_blank'>ISO 3166-1 code</a> for the organization's country.

[Back to Model list] [Back to API list] [Back to README]