# TransactionChannelsConfiguration

Model representation of the transaction channels configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**defaultTransactionChannel** | [**TransactionChannelConfiguration**](TransactionChannelConfiguration.md) |  | [default to undefined]
**transactionChannels** | [**Array&lt;TransactionChannelConfiguration&gt;**](TransactionChannelConfiguration.md) | List of all transaction channels. | [default to undefined]

## Example

```typescript
import { TransactionChannelsConfiguration } from './api';

const instance: TransactionChannelsConfiguration = {
    defaultTransactionChannel,
    transactionChannels,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
