LineItemTaxLine
A Line Item Tax Line represents the taxes applied on a line item.
Constructors
constructor
**new LineItemTaxLine**()
A Line Item Tax Line represents the taxes applied on a line item.
Properties
code
null | stringRequiredA code to identify the tax type by
created_at
DateRequiredThe date with timezone at which the resource was created.
id
stringRequiredThe line item tax line's ID
The details of the line item.
item_id
stringRequiredThe ID of the line item
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
name
stringRequiredA human friendly name for the tax
rate
numberRequiredThe numeric rate to charge tax by
updated_at
DateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
void
voidWas this section helpful?