Installmentfee
Represents an installment fee structure.
amount object
Represents a fee amount.
duenumber
The due amount.
expectednumber
The expected amount, which is sum of paid and due amounts.
expectedUnappliednumber
The expected amount, which is the sum of unapplied fee and planned fee due amounts.
paidnumber
The paid amount.
tax object
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.
Installmentfee
{
"amount": {
"due": 0,
"expected": 0,
"expectedUnapplied": 0,
"paid": 0
},
"tax": {
"due": 0,
"expected": 0,
"paid": 0
}
}