Property | Type | Description |
---|---|---|
id | String | The installment ID. |
installment_amount | Positive Float | Installment amount. Includes interests associated to the installment. |
total_amount | Positive Float | Installments total amount. Includes interests associated to the installment. |
installments | Integer | Number of installments. |
Example Object
{
"id" : "INS54434-2",
"installment_amount" : 550.00,
"installments" : 2,
"total_amount" : 1100.00
}