/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Customer/Address.md
# # Address


```php
use Xendit\Customer\Address;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **id** | **string** |  |  | d290f1ee-6c54-4b01-90e6-d701748f0851 |
| **category** | **string** | ☑️ |  | null |
| **country** | **string** | ☑️ |  | null |
| **province_state** | **string** | ☑️ |  | null |
| **city** | **string** | ☑️ |  | null |
| **postal_code** | **string** | ☑️ |  | null |
| **street_line1** | **string** | ☑️ |  | null |
| **street_line2** | **string** | ☑️ |  | null |
| **status** | [**AddressStatus**](AddressStatus.md) |  |  | null |
| **is_primary** | **bool** | ☑️ |  | null |
| **meta** | **object** |  |  | null |
| **created** | **\DateTime** |  |  | 2016-08-29T09:12:33.001Z |
| **updated** | **\DateTime** |  |  | 2016-08-29T09:12:33.001Z |


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