Loanaccountbalancechange
Change on a loan account balance
amountnumber
amount by which the balance was changed
applicationDatestring<date-time>
date/time when the change was applied
Example:
2016-09-06T13:37:50+03:00creationDatestring<date-time>
date/time when the change was recorded
Example:
2016-09-06T13:37:50+03:00loanAccountEncodedKeystring
encoded key of the loan account
loanTransactionEncodedKeystring
encoded key of the loan transaction
typestring
balance type
Loanaccountbalancechange
{
"amount": 0,
"applicationDate": "2016-09-06T13:37:50+03:00",
"creationDate": "2016-09-06T13:37:50+03:00",
"loanAccountEncodedKey": "string",
"loanTransactionEncodedKey": "string",
"type": "string"
}