# LoanTransactionDetailsInput

Contains the details about transaction including fields like transaction channel key and channel ID

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactionChannelId** | **string** | The id of the transaction channel associated with the transaction details input. | [optional] [default to undefined]
**transactionChannelKey** | **string** | The encoded key of the transaction channel associated with the transaction details input. | [optional] [default to undefined]

## Example

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

const instance: LoanTransactionDetailsInput = {
    transactionChannelId,
    transactionChannelKey,
};
```

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