INPUT_OBJECT
UpdateGeoTaxZoneMutationInput
The input object that defines the fields for the updateGeoTaxZone mutation.
link GraphQL Schema definition
- input UpdateGeoTaxZoneMutationInput {
- # A descriptive name.
- String :
- # The rate for a tax. For a percentage based tax, this is a percentage. For a flat
- # tax, it is a currency value in the smallest currency unit (e.g. cents, pence,
- # pesos.)
- Float :
- # A state, province, or other country subdivision.
- Subdivision :
- # A city.
- String :
- # A US county. Only used for US addresses.
- UsCounty :
- # A two character country code.
- Country :
- # A ZIP or postal code.
- String :
- # Whether to match on partial ZIP/postal codes.
- Boolean :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `subdivision` to null.
- Boolean :
- # Setting this value to `true` will set `city` to null.
- Boolean :
- # Setting this value to `true` will set `county` to null.
- Boolean :
- # Setting this value to `true` will set `country` to null.
- Boolean :
- # Setting this value to `true` will set `zip` to null.
- Boolean :
- }