UpsertTaxRateDTO
The attributes in the tax rate to be created or updated.
id
stringThe ID of the tax rate. If not provided, the tax rate
is created.
rate
null | numberThe rate to charge
code
null | stringThe code of the tax rate.
name
stringThe name of the tax rate.
is_default
booleanWhether the tax rate is default.
created_by
null | stringWho created the tax rate. For example, the
ID of the user that created it.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?