getPricePricingPhaseList

open fun getPricePricingPhaseList(productId: String): List<ProductDetails.PricingPhase>

Returns the full pricing-phase list of the resolved base offer — useful for paywalls that want to render every phase (trial → intro → recurring).

Return

The base offer's ProductDetails.PricingPhase list, or an empty list if the product has no loaded offers.

Parameters

productId

Subscription product id.