PurchaseResultInfo class

Payment result information.

Constructors

PurchaseResultInfo.new({required String rawValue, String? inAppDataSignature, InAppPurchaseData? inAppPurchaseData, String? returnCode, String? errMsg, String? signatureAlgorithm})
Creates a PurchaseResultInfo object.
PurchaseResultInfo.fromJson(String str)
Creates a PurchaseResultInfo object from a JSON string.
factory
PurchaseResultInfo.fromMap(String source)
factory

Properties

errMsg String?
Result code description.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
inAppDataSignature String?
Signature string generated after purchase data is signed using a private payment key.
getter/setter pair
inAppPurchaseData InAppPurchaseData?
InAppPurchaseData object that contains purchase order details.
getter/setter pair
rawValue String
Unparsed JSON string of response.
getter/setter pair
returnCode String?
Result code.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureAlgorithm String?
Signature algorithm.
getter/setter pair

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