HTML5 (Javascript) Client Reference
Class payVaultHistoryEntry
Language: Javascript (HTML5)
This class represents an entry in a user's PayVault history.
Properties | ||||
---|---|---|---|---|
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
payVaultHistoryEntry.amount
|
The coin amount of this entry.
payVaultHistoryEntry.itemKeys
|
The item keys related to this entry (entries with type 'buy').
payVaultHistoryEntry.providerPrice
|
The price in real currency of this entry formatted as a human readable currency string, e.g. $10.00 USD
payVaultHistoryEntry.providerTransactionId
|
The transaction id from the PayVault provider corresponding to this entry.
payVaultHistoryEntry.reason
|
The developer supplied reason for entries of type 'credit' and 'debit'.
payVaultHistoryEntry.timestamp
|
When this entry was created.
payVaultHistoryEntry.type
|
The type of this entry, for example 'buy','credit','debit'...