Skip to main content

Amount

Represents a simple installment amount structure.

duenumber

The due amount.

expectednumber

The expected amount, which is sum of paid and due amounts.

paidnumber

The paid amount.

Amount
{
"due": 0,
"expected": 0,
"paid": 0
}