---
title: Address
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/address
---

# Address

The physical address for an order.

## Declaration

```data
object Address
```

## Properties

addressLines: The street portion of the address. administrativeArea: The state or administrative area of the address. countryCode: The country of the address, in ISO-3166 two-letter format. locality: The city of the address. postalCode: The ZIP or postal code, where applicable, of the address. subAdministrativeArea: The subadministrative area (such as county or other region) of the address. subLocality: Additional information associated with the location, such as a district or neighborhood.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Application](walletorders/application.md)
- [Barcode](walletorders/barcode.md)
- [CurrencyAmount](walletorders/currencyamount.md)
- [LineItem](walletorders/lineitem.md)
- [Location](walletorders/location.md)
- [OrderIdentifiers](walletorders/orderidentifiers.md)
- [OrderProvider](walletorders/orderprovider.md)
- [Payment](walletorders/payment.md)
- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PaymentTransaction](walletorders/paymenttransaction.md)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
- [Return](walletorders/return.md)
