TaxClassRateInput
No description
input TaxClassRateInput {
taxClassId: ID
rate: Float
}
Fields
TaxClassRateInput.taxClassId
● ID
scalar
ID of a tax class for which to update the tax rate
TaxClassRateInput.rate
● Float
scalar
Tax rate value.
Member of
taxCountryConfigurationUpdate
mutation