# Channel

Channel information where you can send the money to

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **channelCode** |string | ☑️ | Destination channel to send the money to, prefixed by ISO-3166 country code | | |
| **channelCategory** |[ChannelCategory](ChannelCategory.md) | ☑️ |  | | |
| **currency** |string | ☑️ | Currency of the destination channel using ISO-4217 currency code | | |
| **channelName** |string | ☑️ | Name of the destination channel | | |
| **amountLimits** |[ChannelAmountLimits](ChannelAmountLimits.md) | ☑️ |  | | |



[[Back to README]](../../README.md)