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


```php
use Xendit\Customer\AddressRequest;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **category** | **string** |  | Home, work or provincial | null |
| **country_code** | **string** |  | ISO3166-2 country code | ID |
| **province_state** | **string** |  |  | null |
| **city** | **string** |  |  | null |
| **suburb** | **string** |  |  | null |
| **postal_code** | **string** |  |  | null |
| **line_1** | **string** |  |  | null |
| **line_2** | **string** |  |  | null |
| **status** | [**AddressStatus**](AddressStatus.md) |  |  | null |
| **is_primary** | **bool** |  |  | null |


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