INPUT_OBJECT

UpdateScheduledEventMutationInput

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

link GraphQL Schema definition

  • input UpdateScheduledEventMutationInput {
  • # A human readable description.
  • description: String
  • # A date and time
  • datetime: Datetime
  • # The ID of an object described by the `event` field.
  • primary_event_object_id: String
  • # The amount to be used for this scheduled event. Only applicable for events that
  • # relate to money (e.g. price override, payment.)
  • amount: Int
  • # Whether or not to prorate the transaction.
  • prorate: Boolean
  • # Items specific to a voice service. Includes the quantity, price override, and
  • # related configuration parameter of each.
  • account_voice_service_details: [UpdateScheduledEventAccountVoiceServiceDetailMutationInput]
  • # Setting this value to `true` will set `prorate` to null.
  • unset_prorate: Boolean
  • }

link Require by