Skip to main content

CountryRateInput Input Type

No description

input CountryRateInput {
countryCode: CountryCode!
rate: Float!
}

Fields

CountryRateInput.countryCode ● CountryCode! non-null enum miscellaneous

Country in which this rate applies.

CountryRateInput.rate ● Float! non-null scalar miscellaneous

Tax rate value provided as percentage. Example: provide 23 to represent 23% tax rate.

Member Of

TaxClassCreateInput input