# TransactionDetails

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. | [optional] [default to undefined]
**transactionChannelKey** | **string** | The encoded key of the transaction channel associated with the transaction details. | [optional] [default to undefined]

## Example

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

const instance: TransactionDetails = {
    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)
