# Print output for @column tags ?>
public
static
class
ProductDetails.PricingPhases
extends Object
| java.lang.Object | |
| ↳ | com.android.billingclient.api.ProductDetails.PricingPhases |
Pricing phases for purchasing an item through a offer. Pricing phases contains time ordered list of PricingPhase.
Public methods | |
|---|---|
List<ProductDetails.PricingPhase>
|
getPricingPhaseList()
Returns the pricing phases as a time ordered list of Pricing phase. |
Inherited methods | |
|---|---|
public List<ProductDetails.PricingPhase> getPricingPhaseList ()
Returns the pricing phases as a time ordered list of Pricing phase.
| Returns | |
|---|---|
List<ProductDetails.PricingPhase> |
|