Amountwithreduced
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.
reducednumber
The reduced amount.
Amountwithreduced
{
"due": 0,
"expected": 0,
"paid": 0,
"reduced": 0
}