CreateTaxRateInput
Provides the fields and values to use when creating a tax rate.
input CreateTaxRateInput {
name: String
percentage: Decimal
code: String
}
Fields
CreateTaxRateInput.name ● String scalar
The tax rate's name.
CreateTaxRateInput.percentage ● Decimal scalar
The tax rate's percentage.
CreateTaxRateInput.code ● String scalar
The tax rate's code.
Member Of
createTaxRate mutation