Home > @vsf-enterprise/bigcommerce-api > GetAddressResponse
# GetAddressResponse interface
Customer address collection response.
Signature:
export interface GetAddressResponse
# Properties
| Property | Type | Description |
|---|---|---|
| data | Array<UserAddress> | Collection of customer addresses. |
| meta | MetaCollection | Data about the response, including pagination and collection totals. |