JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # 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)