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

# Address

> Address information for billing or shipping

The `Address` object contains location information used for billing or shipping addresses.

## Properties

| Field     | Type     | Required | Description                                         |
| :-------- | :------- | :------: | :-------------------------------------------------- |
| `street`  | `string` |     ❌    | Street address line                                 |
| `city`    | `string` |     ❌    | City or locality                                    |
| `country` | `string` |     ❌    | Two-letter ISO 3166 country code (e.g., "US", "DE") |
| `state`   | `string` |     ❌    | State, province, or region                          |
| `zip`     | `string` |     ❌    | ZIP or postal code                                  |

## Usage

Address objects are used in:

* **Billing** - Customer's billing address
* **Shipping** - Delivery address for physical goods

<Note>
  Address information helps with fraud prevention and may be required by some payment methods or regulations.
</Note>
