Skip to main content

Loantransactionadjustmentdetails

Contains the details of the transaction adjustment

bookingDatestring<date-time>

Date when the adjustment transaction is logged into accounting. Can be null. Available only for REPAYMENT, PAYMENT_MADE and FEE

Example: 2016-09-06T13:37:50+03:00
installments object[]

Details of installments with their corresponding amounts to be added to the reduced fee/penalty

  • Array [
  • amountToAddnumberrequired

    The amount to be added on the fee/penalty due amounts (depending on transaction type), on the corresponding installment

    installmentKeystringrequired

    The encoded key of the installment

  • ]
  • notesstringrequired

    Notes detailing why the transaction is adjusted

    Loantransactionadjustmentdetails
    {
    "bookingDate": "2016-09-06T13:37:50+03:00",
    "installments": [
    {
    "amountToAdd": 0,
    "installmentKey": "string"
    }
    ],
    "notes": "string"
    }