LinkFivePlan class
Verified Receipt from LinkFive including all data
Constructors
- LinkFivePlan({required String productId, required String planId, required String rootId, required DateTime purchaseDate, required DateTime endDate, required String storeType, String? customerUserId, bool? isTrial, String? familyName, String? attributes, String? duration})
-
LinkFivePlan.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attributes ↔ String?
-
getter/setter pair
- customerUserId ↔ String?
-
getter/setter pair
- duration ↔ String?
-
getter/setter pair
- endDate ↔ DateTime
-
getter/setter pair
- familyName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTrial ↔ bool?
-
getter/setter pair
-
json
→ Map<
String, dynamic> -
no setter
- planDuration → Period
-
Period of the subscription
no setter
- planId ↔ String
-
getter/setter pair
- productId ↔ String
-
Also called productID
getter/setter pair
- purchaseDate ↔ DateTime
-
getter/setter pair
- rootId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeType ↔ 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJsonList(
Map< String, dynamic> json) → List<LinkFivePlan>