Skip to main content

Installmentallocationelementamount

Represents an installment allocation element 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.

Installmentallocationelementamount
{
"amount": {
"due": 0,
"expected": 0,
"paid": 0
}
}