Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 800 Bytes

File metadata and controls

15 lines (11 loc) · 800 Bytes

address_t

Properties

Name Type Description Notes
address1 char * Address line 1 (e.g., street, PO Box, or company name). [optional]
address2 char * Address line 2 (e.g., apartment, suite, unit, or building). [optional]
city char * City, district, suburb, town, or village. [optional]
country char * Two-letter country code (ISO 3166-1 alpha-2). [optional]
postal_code char * ZIP or postal code. [optional]
state char * State, county, province, or region. [optional]

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