Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 825 Bytes

Address.md

File metadata and controls

17 lines (13 loc) · 825 Bytes

Address

Properties

Name Type Description Notes
line1 string The first line in the address
line2 string The (optional) second address line [optional]
city string The address city
state string The state or province
postal_code string The post or zip code
country string The ISO-3166 country code. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.
first_name string The recipient's first name [optional]
last_name string The recipient's last name [optional]

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