INPUT_OBJECT

VoiceServiceGenericParameterMutationInput

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

link GraphQL Schema definition

  • input VoiceServiceGenericParameterMutationInput {
  • # The type.
  • type: VoiceServiceGenericParameterType!
  • # A human readable description.
  • description: String!
  • # The price per unit of this item.
  • price: Int!
  • # 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
  • # Indicates if changes to this entity trigger proration.
  • proratable: Boolean!
  • }