PLYPlan class

Constructors

PLYPlan(String? vendorId, String? productId, String? name, PLYPlanType type, double? amount, String? localizedAmount, String? currencyCode, String? currencySymbol, String? price, String? period, bool? hasIntroductoryPrice, String? introPrice, double? introAmount, String? introDuration, String? introPeriod, bool? hasFreeTrial)

Properties

amount double?
getter/setter pair
currencyCode String?
getter/setter pair
currencySymbol String?
getter/setter pair
hasFreeTrial bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasIntroductoryPrice bool?
getter/setter pair
introAmount double?
getter/setter pair
introDuration String?
getter/setter pair
introPeriod String?
getter/setter pair
introPrice String?
getter/setter pair
localizedAmount String?
getter/setter pair
name String?
getter/setter pair
period String?
getter/setter pair
price String?
getter/setter pair
productId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PLYPlanType
getter/setter pair
vendorId String?
getter/setter pair

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