TaxLine
A tax line represents the taxes amount applied to 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 tax line's ID
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.
Was this section helpful?