Installmentallocationelementtaxableamount
Represents an installment allocation element taxable amount structure.
amount 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.
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.
Installmentallocationelementtaxableamount
{
"amount": {
"due": 0,
"expected": 0,
"paid": 0
},
"tax": {
"due": 0,
"expected": 0,
"paid": 0
}
}