let isConsumable : Bool
true
if the product is consumable (should only be processed once).var isOneTime : Bool
Deprecatedlet isRefund : Bool
true
if the purchase was refunded.let isSandbox : Bool
true
if the product was purchased in a sandbox environment.let purchaseId : String
An 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).
let purchasedAt : Date
Date when the product was purchased.
let store: String
A store of the purchase.
let vendorProductId : String
An identifier of a product in a store that unlocked this subscription.
let vendorTransactionId : String?
A transaction id of a purchase in a store that unlocked this subscription.