ActionScript3 Reference
Class PayVaultHistoryEntry
Namespace: playerio
Language: ActionScript 3
Entry in the users pay vault history
Properties
|
| public |
The amount of coins in the entry
|
| public |
The item keys relating to the entry
|
| public |
The price paid by the user as a formatted currency string (e.g, $20.00 USD)
|
| public |
The provider transaction id relating to this entry
|
| public |
The user-specified reason for creating the entry (used by debit/credit)
|
| public |
The timestamp of the event
|
| public |
The type of the entry: 'credit', 'debit','use'....
|
PayVaultHistoryEntry.amount
The amount of coins in the entry
PayVaultHistoryEntry.itemKeys
The item keys relating to the entry
PayVaultHistoryEntry.providerPrice
The price paid by the user as a formatted currency string (e.g, $20.00 USD)
PayVaultHistoryEntry.providerTransactionId
The provider transaction id relating to this entry
PayVaultHistoryEntry.reason
The user-specified reason for creating the entry (used by debit/credit)
PayVaultHistoryEntry.timestamp
The timestamp of the event
PayVaultHistoryEntry.type
The type of the entry: 'credit', 'debit','use'....