PlayerIO

The fastest way to build online games without breaking a sweat.

HTML5 (Javascript) Client Reference

javascript (html5) payVaultHistoryEntry class informationClass payVaultHistoryEntry

Language: Javascript (HTML5)

This class represents an entry in a user's PayVault history.

Properties

 
amount :number

The coin amount of this entry.

itemKeys :string[]

The item keys related to this entry (entries with type 'buy').

providerPrice :string

The price in real currency of this entry formatted as a human readable currency string, e.g. $10.00 USD

providerTransactionId :string

The transaction id from the PayVault provider corresponding to this entry.

reason :string

The developer supplied reason for entries of type 'credit' and 'debit'.

timestamp :Date

When this entry was created.

type :string

The type of this entry, for example 'buy','credit','debit'...

payVaultHistoryEntry.amount

amount :number

The coin amount of this entry.

payVaultHistoryEntry.itemKeys

itemKeys :string[]

The item keys related to this entry (entries with type 'buy').

payVaultHistoryEntry.providerPrice

providerPrice :string

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

reason :string

The developer supplied reason for entries of type 'credit' and 'debit'.

payVaultHistoryEntry.timestamp

timestamp :Date

When this entry was created.

payVaultHistoryEntry.type

type :string

The type of this entry, for example 'buy','credit','debit'...