Skip to main content

Loanaccountbalancechanges

Changes on a loan account balance

balanceChanges object[]
  • Array [
  • 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:00
    creationDatestring<date-time>

    date/time when the change was recorded

    Example: 2016-09-06T13:37:50+03:00
    loanAccountEncodedKeystring

    encoded key of the loan account

    loanTransactionEncodedKeystring

    encoded key of the loan transaction

    typestring

    balance type

  • ]
  • Loanaccountbalancechanges
    {
    "balanceChanges": [
    {
    "amount": 0,
    "applicationDate": "2016-09-06T13:37:50+03:00",
    "creationDate": "2016-09-06T13:37:50+03:00",
    "loanAccountEncodedKey": "string",
    "loanTransactionEncodedKey": "string",
    "type": "string"
    }
    ]
    }