# TransactionChannelConfiguration

Model representation of the configuration for a transaction channel.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**glAccountCode** | **string** | The code of the GLAccount of the transaction channel. | [optional] [default to undefined]
**id** | **string** | User-defined ID, unique in the configuration. | [default to undefined]
**loansConstraints** | [**ConstraintsConfiguration**](ConstraintsConfiguration.md) |  | [optional] [default to undefined]
**name** | **string** | Name of the transaction channel | [default to undefined]
**savingsConstraints** | [**ConstraintsConfiguration**](ConstraintsConfiguration.md) |  | [optional] [default to undefined]
**state** | **string** | Model representation of the state of the transaction channel configuration. | [default to undefined]
**usageRights** | [**AccessRights**](AccessRights.md) |  | [optional] [default to undefined]

## Example

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

const instance: TransactionChannelConfiguration = {
    glAccountCode,
    id,
    loansConstraints,
    name,
    savingsConstraints,
    state,
    usageRights,
};
```

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