Record
invoice
No description available.
record invoice {
date: option<string>,
id: option<s32>,
label: option<string>,
subtotal: option<f64>,
tax: option<f64>,
tax-summary: option<list<invoice-tax-summary-item>>,
total: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| date | option<string> | |
| id | option<s32> | |
| label | option<string> | |
| subtotal | option<f64> | |
| tax | option<f64> | |
| tax-summary | option<list<invoice-tax-summary-item>> | |
| total | option<f64> |