Details about currency assignments for a specific channel.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CurrencyNotRequiredWithChannelId", "title": "CurrencyNotRequiredWithChannelId", "type": "object", "description": "Details about currency assignments for a specific channel.", "properties": { "channel_id": { "$ref": "#/components/schemas/ChannelId" }, "enabled_currencies": { "$ref": "#/components/schemas/EnabledCurrencies" }, "default_currency": { "$ref": "#/components/schemas/DefaultCurrency" } }, "x-internal": false }