INPUT_OBJECT

CreateTaxOverrideMutationInput

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

link GraphQL Schema definition

  • input CreateTaxOverrideMutationInput {
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The ID of a Tax.
  • tax_id: Int64Bit!
  • # 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