UpgradeInfo class

This class holds the information used when upgrading from another sku. To be used with purchaseProduct and purchasePackage.

Constructors

UpgradeInfo(String oldSKU, {ProrationMode? prorationMode})
Constructs an UpgradeInfo

Properties

hashCode int
The hash code for this object.
no setterinherited
oldSKU String
The oldSKU to upgrade from.
getter/setter pair
prorationMode ProrationMode?
The ProrationMode to use when upgrading the given oldSKU.
getter/setter pair
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