INPUT_OBJECT

UpdateAccountVoiceServiceDetailMutationInput

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

link GraphQL Schema definition

  • input UpdateAccountVoiceServiceDetailMutationInput {
  • # 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
  • # Whether or not to prorate the transaction.
  • prorate: Boolean
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `price_override` to null.
  • unset_price_override: Boolean
  • # Setting this value to `true` will set `price_override_reason` to null.
  • unset_price_override_reason: Boolean
  • }

link Require by