Creditbalancedeposittransactioninput
Represents the request payload for creating a transaction of type CREDIT_BALANCE_DEPOSIT
The amount of the deposit to Credit Balance
The booking date of the repayment (as Organization Time)
2016-09-06T13:37:50+03:00The entry date of the repayment (as Organization Time)
2016-09-06T13:37:50+03:00Extra notes about the deposit to Credit Balance transaction. Notes can have at most 255 characters in length.
The currency code for the deposit to Credit Balance transaction
EncodedKey of the Parent Loan transaction originated this Deposit to Credit Balance transaction
transactionDetails object
Contains the details about transaction including fields like transaction channel key and channel ID
The id of the transaction channel associated with the transaction details input.
The encoded key of the transaction channel associated with the transaction details input.
{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"entryDate": "2016-09-06T13:37:50+03:00",
"notes": "string",
"originalCurrencyCode": "string",
"parentLoanTransactionKey": "string",
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
}
}