AdaptyNonSubscriptionInfo class

Constructors

AdaptyNonSubscriptionInfo.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isOneTime bool?
Whether the product should only be processed once. If true, the purchase will be returned by Adapty API one time only.
final
isRefund bool?
Whether the purchase was refunded.
final
isSandbox bool?
Whether the product was purchased in the sandbox environment.
final
purchasedAt DateTime?
The time when the product was purchased.
final
purchaseId String?
The identifier of the purchase in Adapty. You can use it to ensure that you've already processed this purchase (for example tracking one time products).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store String?
The store of the purchase. The possible values are: app_store, play_store , adapty.
final
vendorOriginalTransactionId String?
Original transaction id from the App Store. For auto-renewable subscription, this will be the id of the first transaction in the subscription.
final
vendorProductId String?
The identifier of the product in the App Store Connect.
final
vendorTransactionId String?
Transaction id from the App Store.
final

Methods

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

Operators

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