INPUT_OBJECT
UpdateScheduledEventMutationInput
The input object that defines the fields for the updateScheduledEvent mutation.
link GraphQL Schema definition
- input UpdateScheduledEventMutationInput {
- # A human readable description.
- : String
- # A date and time
- : Datetime
- # The ID of an object described by the `event` field.
- : String
- # The amount to be used for this scheduled event. Only applicable for events that
- # relate to money (e.g. price override, payment.)
- : Int
- # Whether or not to prorate the transaction.
- : Boolean
- # The action to take when this service is added to an account when additional
- # services are enabled in system settings and more than on service will exist.
- : AdditionalServiceActionType
- # Items specific to a voice service. Includes the quantity, price override, and
- # related configuration parameter of each.
- : [UpdateScheduledEventAccountVoiceServiceDetailMutationInput]
- # Items specific to Calix provisioning on associated service.
- : [AccountCalixServiceDetailMutationInput]
- # Disconnection Reason ID
- : Int
- # Setting this value to `true` will set `prorate` to null.
- : Boolean
- # Setting this value to `true` will set `disconnection_reason_id` to null.
- : Boolean
- }