HistoryResponse class

A response that contains the customer’s transaction history for an app.

Annotations
  • @JsonSerializable()

Constructors

HistoryResponse(String environment, int? appAppleId, String bundleId, bool hasMore, String revision, List<String> signedTransactions)
const
HistoryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appAppleId int?
The app's identifier in the App Store.
final
bundleId String
The bundle identifier of the app.
final
environment String
The server environment in which you’re making the request, whether sandbox or production.
final
hashCode int
The hash code for this object.
no setterinherited
hasMore bool
A Boolean value that indicates whether the App Store has more transactions than are returned in this request.
final
revision String
A token you use in a query to request the next set of transactions from the Get Transaction History endpoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedTransactions List<String>
An array of in-app purchase transactions for the customer, signed by Apple, in JSON Web Signature format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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