LastTransactionsItem class

Annotations
  • @JsonSerializable()

Constructors

LastTransactionsItem(String originalTransactionId, int status, String signedRenewalInfo, String signedTransactionInfo)
const
LastTransactionsItem.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originalTransactionId String
The original transaction identifier of the subscription.
final
renewalInfo JWSRenewalInfoDecodedPayload
The decoded renewal information
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedRenewalInfo String
The subscription renewal information signed by Apple, in JSON Web Signature (JWS) format.
final
signedTransactionInfo String
The transaction information signed by Apple, in JWS format.
final
status int
The status of the subscription.
final
transactionInfo JWSTransactionDecodedPayload
The decoded transaction information
no setter

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