Packagecom.distriqt.extension.revenuecat.purchases
Classpublic class CustomerInfo
InheritanceCustomerInfo Inheritance Object



Public Properties
 PropertyDefined By
  activeSubscriptions : Array
CustomerInfo
  allPurchasedProductIds : Array
CustomerInfo
  entitlements : EntitlementInfos
CustomerInfo
  firstSeen : Date
CustomerInfo
  originalAppUserId : String
CustomerInfo
  originalPurchaseDate : Date
CustomerInfo
  requestDate : Date
CustomerInfo
Public Methods
 MethodDefined By
  
CustomerInfo
  
CustomerInfo
  
toObject():Object
CustomerInfo
Property Detail
activeSubscriptionsproperty
public var activeSubscriptions:Array

allPurchasedProductIdsproperty 
public var allPurchasedProductIds:Array

entitlementsproperty 
public var entitlements:EntitlementInfos

firstSeenproperty 
public var firstSeen:Date

originalAppUserIdproperty 
public var originalAppUserId:String

originalPurchaseDateproperty 
public var originalPurchaseDate:Date

requestDateproperty 
public var requestDate:Date

Constructor Detail
CustomerInfo()Constructor
public function CustomerInfo()



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

Parameters

data:Object

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

Returns
Object