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 :
- # 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] : [
- # Setting this value to `true` will set `prorate` to null.
- Boolean :
- }