PricingPhase class

A Product Phase represents a pricing interval.

Constructors

PricingPhase.fromAppStore(SKProductWrapper skProductWrapper)
factory
PricingPhase.fromGooglePlay(PricingPhaseWrapper phaseWrapper)
factory

Properties

appStoreObj → SKProductWrapper?
final
billingCycleCount int
Represents a pricing phase, describing how a user pays at a point in time.
no setter
billingPeriod Period
Billing period for which the given price applies, specified in ISO 8601 format.
no setter
formattedPrice String
Returns formatted price for the payment cycle, including its currency sign.
no setter
googlePlayObj PricingPhaseWrapper?
final
hashCode int
The hash code for this object.
no setterinherited
priceAmountMicros int
Returns the price for the payment cycle in micro-units, where 1,000,000 micro-units equal one unit of the currency.
no setter
priceCurrencyCode String
ISO 4217
no setter
recurrence Recurrence
Recurrence of the phase
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited