AppTransaction class

Constructors

AppTransaction.new({required double appId, String? appTransactionId, required String appVersion, required double appVersionId, required String bundleId, required String deviceVerification, required String deviceVerificationNonce, required String environment, required String originalAppVersion, String? originalPlatform, required double originalPurchaseDate, double? preorderDate, required double signedDate})
const
AppTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

appId double
final
appTransactionId String?
final
appVersion String
final
appVersionId double
final
bundleId String
final
deviceVerification String
final
deviceVerificationNonce String
final
environment String
final
hashCode int
The hash code for this object.
no setterinherited
originalAppVersion String
final
originalPlatform String?
final
originalPurchaseDate double
final
preorderDate double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedDate double
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.
inherited

Operators

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