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