| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Double | Amount | [optional] |
| nextBillingDate | OffsetDateTime | Next billing date | [optional] |
| subtotal | Double | Subtotal | |
| totalExcludingTax | Double | Total excluding tax | [optional] |
| amountDue | Double | Amount due | |
| tax | Double | Tax | |
| items | List<InvoiceItem> | Items | [optional] |
| discounts | List<InvoiceDiscount> | Discounts | [optional] |