UpdateTaxRateInput
Provides the fields and values to use when updating a tax rate.
input UpdateTaxRateInput {
id: ID!
name: String
percentage: Decimal
}
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.
Member Of
updateTaxRate
mutation