CountryRateUpdateInput
No description
input CountryRateUpdateInput {
countryCode: CountryCode!
rate: Float
}
Fields
CountryRateUpdateInput.countryCode
● CountryCode!
non-null enum miscellaneous
Country in which this rate applies.
CountryRateUpdateInput.rate
● Float
scalar miscellaneous
Tax rate value provided as percentage. Example: provide
23
to represent23%
tax rate. Providenull
to remove the particular rate.
Member Of
TaxClassUpdateInput
input