# DisbursementTransferDetailsInput

Represents the input for the transfer details for a disbursement transaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**linkedAccountId** | **string** | The id of the linked deposit account | [optional] [default to undefined]
**linkedAccountKey** | **string** | The encoded key of the linked deposit account | [optional] [default to undefined]

## Example

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

const instance: DisbursementTransferDetailsInput = {
    linkedAccountId,
    linkedAccountKey,
};
```

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