Loantransactiondetails
Represents the loan transaction details.
encodedKeystring
The encoded key of the entity, generated, globally unique
internalTransferboolean
Whether the transaction was transferred between loans or deposit accounts
targetDepositAccountKeystring
In case of a transaction to a deposit account this represent the deposit account key to which the transaction was made.
transactionChannelIdstring
The ID of the transaction channel associated with the transaction details.
transactionChannelKeystring
The encoded key of the transaction channel associated with the transaction details.
Loantransactiondetails
{
"encodedKey": "string",
"internalTransfer": true,
"targetDepositAccountKey": "string",
"transactionChannelId": "string",
"transactionChannelKey": "string"
}