Plannedinstallmentfee
The planned fee details holds the information related to the installment key, predefined fee key and amount
The amount of the planned fee.
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.
2016-09-06T13:37:50+03:00The encoded key of the planned installment fee, auto generated, unique.
The encoded key of the installment on which the predefined fee is planned.
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.
The encoded key of the predefined fee which is planned.
{
"amount": 0,
"applyOnDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"installmentKey": "string",
"installmentNumber": 0,
"predefinedFeeKey": "string"
}