List Subscription Phase Response
data class ListSubscriptionPhaseResponse(val phases: List<SubscriptionPhase>?, val meta: MetaSubscriptionPhaseResponse?)
Response returned when listing all phases for a subscription.
Properties
Link copied to clipboard
Metadata associated with the response, including the parent subscription ID.
Link copied to clipboard
The list of SubscriptionPhase objects belonging to the subscription.