Periodicpayment
For fixed term loans there is the possibility to define a payment plan. A payment plan consists of multiple periodic payments. This class holds information about a periodic payment.
amountnumberrequired
The PMT value used in periodic payment
encodedKeystring
The encoded key of the periodic payment, auto generated, unique.
toInstallmentinteger<int32>required
The installment's position up to which the PMT will be used
Periodicpayment
{
"amount": 0,
"encodedKey": "string",
"toInstallment": 0
}