# TransferDetailsInput

Represents the input for the transfer details for a transfer transaction

## Properties

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

## Example

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

const instance: TransferDetailsInput = {
    linkedAccountId,
    linkedAccountKey,
    linkedAccountType,
};
```

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