CountryRateInput
No description
input CountryRateInput {
countryCode: CountryCode!
rate: Float!
}
Fields
CountryRateInput.countryCode ● CountryCode! non-null enum
Country in which this rate applies.
CountryRateInput.rate ● Float! non-null scalar
Tax rate value provided as percentage. Example: provide
23to represent23%tax rate.
Member of
TaxClassCreateInput input
Was this page helpful?