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
}
Represents a simple installment amount structure.
The due amount.
The expected amount, which is sum of paid and due amounts.
The paid amount.
{
"due": 0,
"expected": 0,
"paid": 0
}