ENUM
ScheduledEventEvent
The type of event being fired by this ScheduledEvent
.
link GraphQL Schema definition
- enum ScheduledEventEvent {
- # Make a credit card payment.
- # Make a bank account payment.
- # Remove a service.
- # Add a service.
- # Change the account status.
- # Price override an existing service on the account.
- # Remove a price override from a service on the account.
- # Add a package.
- # Remove a package.
- # Disconnect an Account
- # Apply a one time transaction from a service
- # Assign a serviceable address to an account
- }
link Require by
- AccountA customer account.
- CreateScheduledEventMutationInputThe input object that defines the fields for the createScheduledEvent mutation.
- Querynull
- ScheduledEventAn `Account` event that is run at a specific time.
- ScheduledEventAccountCalixServiceDetailThe `AccountCalixServiceDetail` records used to configure the Calix integrations when a `ScheduledEvent` is executed.
- ScheduledEventAccountVoiceServiceDetailThe `AccountVoiceServiceDetail` records used to configure a voice service when a `ScheduledEvent` is executed.