Packageplayerio
Classpublic dynamic class VaultItem
InheritanceVaultItem Inheritance Object

An item in a users PayVault.



Public Properties
 PropertyDefined By
  id : String
[read-only] The unique id of this particular vault item in the users vault
VaultItem
  itemKey : String
[read-only] The key of the underlying item in the PayVaultItems BigDB table
VaultItem
  purchaseDate : Date
[read-only] The time when the vault item was originally purchased
VaultItem
Property Detail
idproperty
id:String  [read-only]

The unique id of this particular vault item in the users vault


Implementation
    public function get id():String
itemKeyproperty 
itemKey:String  [read-only]

The key of the underlying item in the PayVaultItems BigDB table


Implementation
    public function get itemKey():String
purchaseDateproperty 
purchaseDate:Date  [read-only]

The time when the vault item was originally purchased


Implementation
    public function get purchaseDate():Date