xendit.invoice.model.AddressObject
An object representing an address with various properties.
Name | Type | Required | Description | Examples |
---|---|---|---|---|
country | str, none_type | The country where the address is located. | ||
street_line1 | str, none_type | The first line of the street address. | ||
street_line2 | str, none_type | The second line of the street address. | ||
city | str, none_type | The city or locality within the address. | ||
province | str, none_type | The province or region within the country. | ||
state | str, none_type | The state or administrative division within the country. | ||
postal_code | str, none_type | The postal code or ZIP code for the address. |