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
billingCycleCount

Number of cycles for which the pricing phase applies. Null for INFINITE_RECURRING or NON_RECURRING recurrence modes.

price
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?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard