Packagecom.distriqt.extension.revenuecat.purchases.models
Classpublic class StoreTransaction
InheritanceStoreTransaction Inheritance Object



Public Properties
 PropertyDefined By
  isAutoRenewing : Boolean = false
StoreTransaction
  marketplace : String
StoreTransaction
  orderId : String
StoreTransaction
  originalJson : Object
StoreTransaction
  presentedOfferingIdentifier : String
StoreTransaction
  productIds : Array
StoreTransaction
  purchaseState : String
StoreTransaction
  purchaseTime : Number = 0
StoreTransaction
  purchaseToken : String
StoreTransaction
  purchaseType : String
StoreTransaction
  signature : String
StoreTransaction
  storeUserID : String
StoreTransaction
  type : String
StoreTransaction
Public Methods
 MethodDefined By
  
StoreTransaction
  
StoreTransaction
  
toObject():Object
StoreTransaction
Property Detail
isAutoRenewingproperty
public var isAutoRenewing:Boolean = false

marketplaceproperty 
public var marketplace:String

orderIdproperty 
public var orderId:String

originalJsonproperty 
public var originalJson:Object

presentedOfferingIdentifierproperty 
public var presentedOfferingIdentifier:String

productIdsproperty 
public var productIds:Array

purchaseStateproperty 
public var purchaseState:String

purchaseTimeproperty 
public var purchaseTime:Number = 0

purchaseTokenproperty 
public var purchaseToken:String

purchaseTypeproperty 
public var purchaseType:String

signatureproperty 
public var signature:String

storeUserIDproperty 
public var storeUserID:String

typeproperty 
public var type:String

Constructor Detail
StoreTransaction()Constructor
public function StoreTransaction()



Method Detail
fromObject()method
public function fromObject(data:Object):StoreTransaction

Parameters

data:Object

Returns
StoreTransaction
toObject()method 
public function toObject():Object

Returns
Object