BillingInvoice
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| invoice_id | String | [default to null] | |
| enterprise_id | Long | [default to null] | |
| billing_period_start | String | [default to null] | |
| billing_period_end | String | [default to null] | |
| subtotal | Double | [default to null] | |
| tax_amount | Double | [default to null] | |
| total_amount | Double | [default to null] | |
| currency | String | [default to null] | |
| status | InvoiceStatus | [default to null] | |
| due_date | String | [default to null] | |
| paid_date | String | [optional] [default to null] | |
| line_items | List | [default to null] |