Skip to main content
Skip to main content

UpsertTaxRateDTO

The attributes in the tax rate to be created or updated.

idstring
The ID of the tax rate. If not provided, the tax rate is created.
ratenull | number
The rate to charge
codenull | string
The code of the tax rate.
namestring
The name of the tax rate.
is_defaultboolean
Whether the tax rate is default.
created_bynull | string
Who created the tax rate. For example, the ID of the user that created it.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?