PlayerIO

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

Android Client Reference

Android  class documentationClass PayVaultHistoryEntry

Namespace: com.playerio.PayVault
Language: Java

An entry in the user's PayVault history.

Properties

 
public int
amount  [read-only]

The coin amount of this entry.

public String[]
itemKeys  [read-only]

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

public String
providerPrice  [read-only]

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

public String
providerTransactionId  [read-only]

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

public String
reason  [read-only]

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

public Date
timestamp  [read-only]

When this entry was created.

public String
type  [read-only]

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

PayVaultHistoryEntry.amount

public int
amount  [read-only]

The coin amount of this entry.

PayVaultHistoryEntry.itemKeys

public String[]
itemKeys  [read-only]

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

PayVaultHistoryEntry.providerPrice

public String
providerPrice  [read-only]

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

PayVaultHistoryEntry.providerTransactionId

public String
providerTransactionId  [read-only]

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

PayVaultHistoryEntry.reason

public String
reason  [read-only]

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

PayVaultHistoryEntry.timestamp

public Date
timestamp  [read-only]

When this entry was created.

PayVaultHistoryEntry.type

public String
type  [read-only]

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