PricingPhase
data class PricingPhase( val billingPeriod: Period, val recurrenceMode: RecurrenceMode, val billingCycleCount: Int?, val price: Price) : Parcelable
Content copied to clipboard
Encapsulates how a user pays for a subscription at a given point in time.
Constructors
Link copied to clipboard
fun PricingPhase( billingPeriod: Period, recurrenceMode: RecurrenceMode, billingCycleCount: Int?, price: Price)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
Billing period for which the PricingPhase applies.
Link copied to clipboard
Link copied to clipboard