Skip to main content

Feeamount

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.

Feeamount
{
"due": 0,
"expected": 0,
"expectedUnapplied": 0,
"paid": 0
}