> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Address Object

```json JSON theme={null}
{
  "line1": "it12 3cwth",
  "line1": "streat 3",	
  "city": "Vrtmore",
  "country": "JM",
  "postal_code": "00000",
  "state": "Vortmore"
}
```

### Object Parameters

| Field        | Type   | Description                           |
| :----------- | :----- | :------------------------------------ |
| line1        | string | The first line of the address.        |
| line2        | string | The second line of the address.       |
| city         | string | The city of the beneficiary.          |
| state        | string | The state or province of the address. |
| postal\_code | string | The postal code of the address.       |
| country      | string | The country (ISO alpha-2 format).     |
