Home > @vsf-enterprise/bigcommerce-api > GetCurrenciesResponse
# GetCurrenciesResponse interface
Currency collection response.
Signature:
export interface GetCurrenciesResponse
# Properties
| Property | Type | Description |
|---|---|---|
| data | Currency[] | Collection of currencies. |
| meta | MetaCollection | Data about the response, including pagination and collection totals. |