Skip to main content

Jsonloanrepaymentsapiv1

Repayments object[]

Description for Repayments in JSONLoanRepaymentsApiV1

  • Array [
  • dueDatestring

    Description for dueDate in PatchRepaymentApiV1

    encodedKeystring

    Description for encodedKey in PatchRepaymentApiV1

    feesDuenumber

    Description for feesDue in PatchRepaymentApiV1

    feesUnappliedDuenumber

    Description for feesUnappliedDue in PatchRepaymentApiV1

    interestDuenumber

    Description for interestDue in PatchRepaymentApiV1

    isPaymentHolidayboolean

    Description for isPaymentHoliday in PatchRepaymentApiV1

    parentAccountKeystring

    Description for parentAccountKey in PatchRepaymentApiV1

    penaltyDuenumber

    Description for penaltyDue in PatchRepaymentApiV1

    principalDuenumber

    Description for principalDue in PatchRepaymentApiV1

  • ]
  • Jsonloanrepaymentsapiv1
    {
    "Repayments": [
    {
    "dueDate": "string",
    "encodedKey": "string",
    "feesDue": 0,
    "feesUnappliedDue": 0,
    "interestDue": 0,
    "isPaymentHoliday": true,
    "parentAccountKey": "string",
    "penaltyDue": 0,
    "principalDue": 0
    }
    ]
    }