INPUT_OBJECT

UpdateVoiceServiceGenericParameterMutationInput

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

link GraphQL Schema definition

  • input UpdateVoiceServiceGenericParameterMutationInput {
  • # A human readable description.
  • description: String
  • # The price per unit of this item.
  • price: Int
  • # The taxes applied when this voice service generic parameter creates a
  • # transaction.
  • taxes: [VoiceServiceGenericParameterTaxMutationInput]
  • # The ID of a tax definition on a transaction.
  • tax_definition_id: Int64Bit
  • # The ID of a tax definition on a reversed transaction.
  • reverse_tax_definition_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `tax_definition_id` to null.
  • unset_tax_definition_id: Boolean
  • # Setting this value to `true` will set `reverse_tax_definition_id` to null.
  • unset_reverse_tax_definition_id: Boolean
  • }

link Require by