Home > @vsf-enterprise/bigcommerce-api > ChannelCurrencies
# ChannelCurrencies interface
Details about currency assignments for a specific channel.
Signature:
export interface ChannelCurrencies
# Properties
| Property | Type | Description |
|---|---|---|
| channel_id | number | The ID of the channel. |
| default_currency | string | Default currency for the channel in ISO 4217 three character alphabetic format. Will be used on storefront when other currencies cannot. |
| enabled_currencies | string[] | Currencies that are enabled for the given channel in ISO 4217 three character alphabetic format. |