OwnedPurchasesResult class

Information returned when the obtainOwnedPurchases or obtainOwnedPurchaseRecord API is successfully called.

Constructors

OwnedPurchasesResult({required String rawValue, String? continuationToken, String? errMsg, List<InAppPurchaseData>? inAppPurchaseDataList, List<String>? inAppSignature, List<String>? itemList, String? returnCode, dynamic status, List<String>? placedInappPurchaseDataList, List<String>? placedInappSignatureList, String? signatureAlgorithm})
Creates an OwnedPurchasesResult object.
OwnedPurchasesResult.fromJson(String str)
Creates an OwnedPurchasesResult object from a JSON string.
factory
OwnedPurchasesResult.fromMap(String source)
factory

Properties

continuationToken String?
Data location flag.
getter/setter pair
errMsg String?
Result code description.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
inAppPurchaseDataList List<InAppPurchaseData>?
Information about products that have been purchased but not consumed or about all existing subscription relationships of users, which is returned using the obtainOwnedPurchases method.
getter/setter pair
inAppSignature List<String>?
Signature string of each subscription relationship in the InAppPurchaseDataList list.
getter/setter pair
itemList List<String>?
ID list of found products.
getter/setter pair
placedInappPurchaseDataList List<String>?
Subscription relationship information about a user who has performed subscription switchover.
getter/setter pair
placedInappSignatureList List<String>?
Signature string of each subscription relationship in the PlacedInappPurchaseDataList list.
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
status ↔ dynamic
Status object that contains the task processing result.
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