Package-level declarations
Types
Link copied to clipboard
data class ListProductPhaseResponse(val phases: List<SubscriptionPhase>?, val meta: MetaProductPhaseResponse?)
Response returned when retrieving or bulk-updating the phases of a product.
Link copied to clipboard
Metadata included in a product phase list or bulk-update response.
Link copied to clipboard
Defines the API endpoints available for product phase operations.
Link copied to clipboard
object ProductPhaseRequest
Contains request body models for the Product Phases API.
Link copied to clipboard
object ProductPhasesAPI
Provides suspend and callback-based methods for managing pricing phases on products.