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 :
- }