PlayerIO

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

ActionScript3 Reference

actionscript 3 PayVaultHistoryEntry class informationClass PayVaultHistoryEntry

Namespace: playerio
Language: ActionScript 3

Entry in the users pay vault history

Properties

 
public
amount :int [read-only]

The amount of coins in the entry

public
itemKeys :Array [read-only]

The item keys relating to the entry

public
providerPrice :String [read-only]

The price paid by the user as a formatted currency string (e.g, $20.00 USD)

public
providerTransactionId :String [read-only]

The provider transaction id relating to this entry

public
reason :String [read-only]

The user-specified reason for creating the entry (used by debit/credit)

public
timestamp :Date [read-only]

The timestamp of the event

public
type :String [read-only]

The type of the entry: 'credit', 'debit','use'....

Methods

 
public
toString ():String

PayVaultHistoryEntry.amount

public
amount :int [read-only]

The amount of coins in the entry

PayVaultHistoryEntry.itemKeys

public
itemKeys :Array [read-only]

The item keys relating to the entry

PayVaultHistoryEntry.providerPrice

public
providerPrice :String [read-only]

The price paid by the user as a formatted currency string (e.g, $20.00 USD)

PayVaultHistoryEntry.providerTransactionId

public
providerTransactionId :String [read-only]

The provider transaction id relating to this entry

PayVaultHistoryEntry.reason

public
reason :String [read-only]

The user-specified reason for creating the entry (used by debit/credit)

PayVaultHistoryEntry.timestamp

public
timestamp :Date [read-only]

The timestamp of the event

PayVaultHistoryEntry.type

public
type :String [read-only]

The type of the entry: 'credit', 'debit','use'....

PayVaultHistoryEntry.toString

public
toString ():String