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
codenull | stringRequiredA code to identify the tax type by
created_atDateRequiredThe date with timezone at which the resource was created.
idstringRequiredThe line item tax line's ID
The details of the line item.
item_idstringRequiredThe ID of the line item
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
namestringRequiredA human friendly name for the tax
ratenumberRequiredThe numeric rate to charge tax by
updated_atDateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?