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.
- Int64Bit! :
- # The ID of a Tax.
- 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.)
- Float! :
- # A note about this entity.
- NoteMutationInput :
- }