Subscription Phases API
Provides suspend and callback-based operations for managing subscription phases.
Functions
Replaces all phases on the specified subscription in a single request.
Replaces all phases on the specified subscription in a single request and delivers the result via callback.
Creates a new phase for the specified subscription.
Creates a new phase for the specified subscription and delivers the result via callback.
Deletes a single phase from the specified subscription.
Deletes a single phase from the specified subscription and delivers the result via callback.
Fetches all phases for the specified subscription.
Fetches a single phase by ID from the specified subscription.
Fetches all phases for the specified subscription and delivers the result via callback.
Fetches a single phase by ID from the specified subscription and delivers the result via callback.
Updates an existing phase on the specified subscription.
Updates an existing phase on the specified subscription and delivers the result via callback.