| Package | playerio |
| Class | public dynamic class VaultItem |
| Inheritance | VaultItem Object |
| Property | Defined 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 | ||
| id | property |
id:String [read-only] The unique id of this particular vault item in the users vault
public function get id():String| itemKey | property |
itemKey:String [read-only] The key of the underlying item in the PayVaultItems BigDB table
public function get itemKey():String| purchaseDate | property |
purchaseDate:Date [read-only] The time when the vault item was originally purchased
public function get purchaseDate():Date