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