# LinkedTransaction

The details of the linked financial transaction triggered by the card transaction.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**linkedTransactionKey** | **string** | The encodedKey of the linked financial transaction. | [optional] [default to undefined]
**linkedTransactionType** | **string** | Represents the type of the account. | [optional] [default to undefined]

## Example

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

const instance: LinkedTransaction = {
    linkedTransactionKey,
    linkedTransactionType,
};
```

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