# TransferDetails

Represents the transfer details, such as the linked transaction key

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**linkedDepositTransactionKey** | **string** | The key of the related deposit transaction | [optional] [default to undefined]
**linkedLoanTransactionKey** | **string** | The key of the related loan transaction | [optional] [default to undefined]

## Example

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

const instance: TransferDetails = {
    linkedDepositTransactionKey,
    linkedLoanTransactionKey,
};
```

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