INPUT_OBJECT

VoiceServiceGenericParameterTaxMutationInput

Taxes applied to this voice service generic parameter.

link GraphQL Schema definition

  • input VoiceServiceGenericParameterTaxMutationInput {
  • # The ID of a Tax.
  • tax_id: Int64Bit!
  • # The amount of the service that is exempt from taxation in the smallest currency
  • # value (e.g. cents, pence, pesos.)
  • exemption_amount: Int!
  • }