ConsumeOwnedPurchaseResult class
Information returned when the consumeOwnedPurchase API is successfully called.
Constructors
- ConsumeOwnedPurchaseResult.new({required String rawValue, ConsumePurchaseData? consumePurchaseData, String? dataSignature, String? errMsg, String? returnCode, Status? status, String? signatureAlgorithm})
- Creates a ConsumeOwnedPurchaseResult object.
- ConsumeOwnedPurchaseResult.fromJson(String source)
-
Creates a ConsumeOwnedPurchaseResult object from a JSON string.
factory
- ConsumeOwnedPurchaseResult.fromMap(String source)
-
factory
Properties
- consumePurchaseData ↔ ConsumePurchaseData?
-
ConsumePurchaseData object that contains consumption result data.
getter/setter pair
- dataSignature ↔ String?
-
Signature string generated after consumption data is signed using a private payment key.
getter/setter pair
- errMsg ↔ String?
-
Error description in the result code.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- 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 ↔ Status?
-
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