ConsumePurchaseData class

Constructors

ConsumePurchaseData({bool? autoRenewing, String? orderId, String? packageName, int? applicationId, String? productId, int? purchaseTime, int? purchaseState, String? developerPayload, String? purchaseToken, int? consumptionState, String? currency, int? price, String? country, String? developerChallenge, int? acknowledged, String? responseCode, String? responseMessage, int? kind, String? productName, int? purchaseTimeMillis, int? confirmed, int? purchaseType, String? payOrderId, String? payType})
ConsumePurchaseData.fromJson(String str)
factory
ConsumePurchaseData.fromMap(Map json)
factory

Properties

acknowledged int?
getter/setter pair
applicationId int?
getter/setter pair
autoRenewing bool?
getter/setter pair
confirmed int?
getter/setter pair
consumptionState int?
getter/setter pair
country String?
getter/setter pair
currency String?
getter/setter pair
developerChallenge String?
getter/setter pair
developerPayload String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
kind int?
getter/setter pair
orderId String?
getter/setter pair
packageName String?
getter/setter pair
payOrderId String?
getter/setter pair
payType String?
getter/setter pair
price int?
getter/setter pair
productId String?
getter/setter pair
productName String?
getter/setter pair
purchaseState int?
getter/setter pair
purchaseTime int?
getter/setter pair
purchaseTimeMillis int?
getter/setter pair
purchaseToken String?
getter/setter pair
purchaseType int?
getter/setter pair
responseCode String?
getter/setter pair
responseMessage String?
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
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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