INPUT_OBJECT

CreateVoiceServiceGenericParameterMutationInput

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

link GraphQL Schema definition

  • input CreateVoiceServiceGenericParameterMutationInput {
  • # The ID of the `VoiceServiceDetail`.
  • voice_service_detail_id: Int64Bit!
  • # A human readable description.
  • description: String!
  • # The price per unit of this item.
  • price: Int!
  • # The default quantity of this item.
  • default_quantity: Int
  • # The quantity of this item that will be added to accounts with the related voice
  • # service at the time of the item's creation.
  • backfill_quantity: 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
  • # Indicates if changes to this entity trigger proration.
  • proratable: Boolean!
  • # Whether or not to prorate the transaction.
  • prorate: Boolean
  • # The date to prorate the transaction as of.
  • proration_date: Date
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by