Transferdetailsinput
Represents the input for the transfer details for a transfer transaction
linkedAccountIdstring
The id of the linked account
linkedAccountKeystring
The encoded key of the linked account
linkedAccountTypestringrequired
Represents the type of the account.
Possible values: [LOAN, DEPOSIT]
Transferdetailsinput
{
"linkedAccountId": "string",
"linkedAccountKey": "string",
"linkedAccountType": "LOAN"
}