INPUT_OBJECT

UpdateScheduledEventAccountVoiceServiceDetailMutationInput

The fields necessary to update an account voice service detail on a scheduled event.

link GraphQL Schema definition

  • input UpdateScheduledEventAccountVoiceServiceDetailMutationInput {
  • # The ID of a voice service configuration parameter.
  • voice_service_generic_parameter_id: Int64Bit!
  • # The quantity for this service.
  • quantity: Int
  • # The amount that this service price has been overridden to. If this is null, then
  • # the service price is used.
  • price_override: Int
  • # The reason that the price of a service has been overridden.
  • price_override_reason: String
  • # The amount that this service price has been overridden to. If this is null, then
  • # the service price is used.
  • unset_price_override: Boolean
  • # The reason that the price of a service has been overridden.
  • unset_price_override_reason: Boolean
  • }