Skip to main content

Plannedinstallmentfee

The planned fee details holds the information related to the installment key, predefined fee key and amount

amountnumber

The amount of the planned fee.

applyOnDatestring<date-time>

The date when a planned fee should be applied, overriding installment's due date. It should match the interval of the installment. If it belong to first installment, it should be between disbursement date and installment due date.

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

The encoded key of the planned installment fee, auto generated, unique.

installmentKeystring

The encoded key of the installment on which the predefined fee is planned.

installmentNumberinteger<int32>

The number of the installment on which the predefined fee is planned. It is used only in the case when fees are created at the same time with the loan account creation or during preview schedule, before account creation, otherwise this should be empty and installmentKey will be used to identify an installment.

predefinedFeeKeystringrequired

The encoded key of the predefined fee which is planned.

Plannedinstallmentfee
{
"amount": 0,
"applyOnDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"installmentKey": "string",
"installmentNumber": 0,
"predefinedFeeKey": "string"
}