| Package | playerio |
| Class | public class PayVaultHistoryEntry |
| Inheritance | PayVaultHistoryEntry Object |
| Property | Defined By | ||
|---|---|---|---|
| amount : int [read-only]
The amount of coins in the entry
| PayVaultHistoryEntry | ||
| itemKeys : Array [read-only]
The item keys relating to the entry
| PayVaultHistoryEntry | ||
| providerPrice : String [read-only]
The price paid by the user as a formatted currency string (e.g, $20.00 USD)
| PayVaultHistoryEntry | ||
| providerTransactionId : String [read-only]
The provider transaction id relating to this entry
| PayVaultHistoryEntry | ||
| reason : String [read-only]
The user-specified reason for creating the entry (used by debit/credit)
| PayVaultHistoryEntry | ||
| timestamp : Date [read-only]
The timestamp of the event
| PayVaultHistoryEntry | ||
| type : String [read-only]
The type of the entry: 'credit', 'debit','use'.... | PayVaultHistoryEntry | ||
| amount | property |
amount:int [read-only] The amount of coins in the entry
public function get amount():int| itemKeys | property |
itemKeys:Array [read-only] The item keys relating to the entry
public function get itemKeys():Array| providerPrice | property |
providerPrice:String [read-only] The price paid by the user as a formatted currency string (e.g, $20.00 USD)
public function get providerPrice():String| providerTransactionId | property |
providerTransactionId:String [read-only] The provider transaction id relating to this entry
public function get providerTransactionId():String| reason | property |
reason:String [read-only] The user-specified reason for creating the entry (used by debit/credit)
public function get reason():String| timestamp | property |
timestamp:Date [read-only] The timestamp of the event
public function get timestamp():Date| type | property |
type:String [read-only] The type of the entry: 'credit', 'debit','use'....
public function get type():String