OwnedPurchasesReq class

Request information of the obtainOwnedPurchases or obtainOwnedPurchaseRecord API.

Inheritance

Constructors

OwnedPurchasesReq.new({required int priceType, String? continuationToken, String? signatureAlgorithm, String? reservedInfor})
Creates an OwnedPurchasesReq object.
OwnedPurchasesReq.fromJson(String str)
Creates an OwnedPurchasesReq object from a JSON string.
factory
OwnedPurchasesReq.fromMap(Map<String, dynamic> json)
factory

Properties

continuationToken String?
Data location flag for query in pagination mode.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
priceType int
Type of a product to be queried.
getter/setter pair
reservedInfor String?
Additional information passed via a JSON string in key-value format.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureAlgorithm String?
Signature algorithm, which is optional.
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