xendit.customer.model.Address
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| category | str, none_type | ☑️ | ||
| country | bool, date, datetime, dict, float, int, list, str, none_type | ☑️ | ||
| province_state | str, none_type | ☑️ | ||
| city | str, none_type | ☑️ | ||
| postal_code | str, none_type | ☑️ | ||
| street_line1 | str, none_type | ☑️ | ||
| street_line2 | str, none_type | ☑️ | ||
| is_primary | bool, none_type | ☑️ | ||
| id | str | |||
| status | AddressStatus | |||
| meta | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| created | datetime | |||
| updated | datetime |