# TransactionChannelAttributes

Represents transaction channel attributes.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**overdraftAllowed** | **boolean** | The flag that determines of overdraft is allowed. | [optional] [default to undefined]

## Example

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

const instance: TransactionChannelAttributes = {
    overdraftAllowed,
};
```

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