PricingPhase
class PricingPhase(val billingPeriod: Period, val recurrenceMode: RecurrenceMode, val billingCycleCount: Int?, val price: Price, val offerPaymentMode: OfferPaymentMode?)
Play Store only. Encapsulates how a user pays for a subscription at a given point in time.
Parameters
billingPeriod
Billing period for which the PricingPhase applies.
recurrenceMode
RecurrenceMode of the PricingPhase
billingCycleCount
Number of cycles for which the pricing phase applies. Null for INFINITE_RECURRING or NON_RECURRING recurrence modes.
price
Price of the PricingPhase
offerPaymentMode
Indicates how the pricing phase is charged for FINITE_RECURRING pricing phases
Constructors
Link copied to clipboard
constructor(billingPeriod: Period, recurrenceMode: RecurrenceMode, billingCycleCount: Int?, price: Price, offerPaymentMode: OfferPaymentMode?)