Record
purchase
No description available.
record purchase {
account-code: option<string>,
cogs-account-code: option<string>,
tax-type: option<string>,
unit-price: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-code | option<string> | |
| cogs-account-code | option<string> | |
| tax-type | option<string> | |
| unit-price | option<f64> |