Skip to main content

Installmentfeedetails

Represents fee details for an installment.

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.

reducednumber

The reduced amount.

encodedKeystring

The encoded key of the predefined fee, auto generated, unique

idstring

The id of the fee, provided by the client

namestring

The name of the fee

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.

reducednumber

The reduced amount.

Installmentfeedetails
{
"amount": {
"due": 0,
"expected": 0,
"paid": 0,
"reduced": 0
},
"encodedKey": "string",
"id": "string",
"name": "string",
"tax": {
"due": 0,
"expected": 0,
"paid": 0,
"reduced": 0
}
}