Record
invoice-item
No description available.
record invoice-item {
amount: option<f64>,
from-op: option<string>,
label: option<string>,
quantity: option<s32>,
tax: option<f64>,
to: option<string>,
total: option<f64>,
type-op: option<invoice-item-type-op-enum>,
unit-price: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<f64> | |
| from-op | option<string> | |
| label | option<string> | |
| quantity | option<s32> | |
| tax | option<f64> | |
| to | option<string> | |
| total | option<f64> | |
| type-op | option<invoice-item-type-op-enum> | |
| unit-price | option<string> |