The Installment Object

PropertyTypeDescription
idStringThe installment ID.
installment_amountPositive FloatInstallment amount. Includes interests associated to the installment.
total_amountPositive FloatInstallments total amount. Includes interests associated to the installment.
installmentsIntegerNumber of installments.

Example Object

{
    "id" : "INS54434-2",
    "installment_amount" : 550.00,
    "installments" : 2,
    "total_amount" : 1100.00
}