List Product Phase Response
data class ListProductPhaseResponse(val phases: List<SubscriptionPhase>?, val meta: MetaProductPhaseResponse?)
Response returned when retrieving or bulk-updating the phases of a product.
Properties
Link copied to clipboard
Metadata describing the result, such as the owning product and update count.
Link copied to clipboard
The list of SubscriptionPhase objects associated with the product.