Record
post-tax-calculations-body-line-items-item
No description available.
record post-tax-calculations-body-line-items-item {
amount: s32,
product: option<string>,
quantity: option<s32>,
reference: option<string>,
tax-behavior: option<post-tax-calculations-body-line-items-item-tax-behavior-enum>,
tax-code: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| product | option<string> | |
| quantity | option<s32> | |
| reference | option<string> | |
| tax-behavior | option<post-tax-calculations-body-line-items-item-tax-behavior-enum> | |
| tax-code | option<string> |