ProviderLineItemTaxLine
ProviderLineItemTaxLine: Object
The tax line properties for a given line item.
Properties
rate
numberRequiredThe tax rate.
name
stringRequiredThe tax rate's name.
code
string | nullRequiredThe tax code.
item_id
stringRequiredThe line item's ID.
metadata
Record<string, unknown>Holds any necessary additional data to be added to the line item tax lines.
Was this section helpful?