Skip to main content

UpdateTaxRateInput

Provides the fields and values to use when updating a tax rate.

input UpdateTaxRateInput {
id: ID!
name: String
percentage: Decimal
code: String
}

Fields

UpdateTaxRateInput.id ● ID! non-null scalar

Specifies the tax rate to update.

UpdateTaxRateInput.name ● String scalar

The tax rate's name.

UpdateTaxRateInput.percentage ● Decimal scalar

The tax rate's percentage.

UpdateTaxRateInput.code ● String scalar

The tax rate's code.

Member Of

updateTaxRate mutation