/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Invoice/AddressObject.md
# # AddressObject
An object representing an address with various properties.

```php
use Xendit\Invoice\AddressObject;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **country** | **string** |  | The country where the address is located. | null |
| **street_line1** | **string** |  | The first line of the street address. | null |
| **street_line2** | **string** |  | The second line of the street address. | null |
| **city** | **string** |  | The city or locality within the address. | null |
| **province** | **string** |  | The province or region within the country. | null |
| **state** | **string** |  | The state or administrative division within the country. | null |
| **postal_code** | **string** |  | The postal code or ZIP code for the address. | null |


[[Back to README]](../../README.md)