InvoiceStatus
| Property | Description | Type | Required |
|---|---|---|---|
| invoiceNumber | The invoice number | Int | Yes |
| status | Invoice Status | String (See Invoice Status Codes) | Yes |
| amount | Total amount of the invoice | Float | Yes |
| amountPaid | Total amount that has been payed | Float | Yes |
| remainingAmountToPay | Remaining amount to be payed | Float | Yes |
| numberOfPayments | Number of payments made | Int | Yes |
| dateOfLastPayment | Date and time of last payment | String(26) | Yes |