Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.37 KB

RequiredAddress.md

File metadata and controls

16 lines (13 loc) · 1.37 KB

# RequiredAddress

Properties

Name Type Description Notes
full_address string Full, human comprehensible address. It is usually formatted in the order appropriate for your locale. Currently only populated for cases in which only single-line address is available. [optional]
postal_code string Postal code of the address. [optional]
city string The city/town portion of the address. [optional]
state string Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, or a prefecture. [optional]
country_code string CLDR country code. See http://cldr.unicode.org/ [optional]
address_lines string[] Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip). [optional]
lines_of_address string[] Address lines only (e.g. street, PO Box, or company name). Null in cases where address data is single line address only. Use the fullAddress field for such cases. [optional]
location \OpenAPI\Client\Model\Location [optional]

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