OrderLookupResponse class

A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.

Annotations
  • @JsonSerializable()

Constructors

OrderLookupResponse({required int status, List<String>? signedTransactions})
const
OrderLookupResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedTransactions List<String>?
An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.
final
status int
A value that indicates whether the order ID in the request is valid for your app.
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