INPUT_OBJECT

UpdateTaxOverrideMutationInput

The input object that defines the fields for the updateTaxOverride mutation.

link GraphQL Schema definition

  • input UpdateTaxOverrideMutationInput {
  • # 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.)
  • rate: Float!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by