Android Client Reference
Class PayVaultHistoryEntry
Namespace: com.playerio.PayVault
Language: Java
An entry in the user's PayVault history.
Properties | |||
---|---|---|---|
public int |
The coin amount of this entry. |
||
public String[] |
The item keys related to this entry (entries with type 'buy'). |
||
public String |
The price in real currency of this entry formatted as a human readable currency string, e.g. $10.00 USD |
||
public String |
The transaction id from the PayVault provider corresponding to this entry. |
||
public String |
The developer supplied reason for entries of type 'credit' and 'debit'. |
||
public Date |
When this entry was created. |
||
public String |
The type of this entry, for example 'buy','credit','debit'... |
PayVaultHistoryEntry.amount
public int |
|
The coin amount of this entry.
PayVaultHistoryEntry.itemKeys
public String[] |
|
The item keys related to this entry (entries with type 'buy').
PayVaultHistoryEntry.providerPrice
public String |
|
The price in real currency of this entry formatted as a human readable currency string, e.g. $10.00 USD
PayVaultHistoryEntry.providerTransactionId
public String |
|
The transaction id from the PayVault provider corresponding to this entry.
PayVaultHistoryEntry.reason
public String |
|
The developer supplied reason for entries of type 'credit' and 'debit'.
PayVaultHistoryEntry.timestamp
public Date |
|
When this entry was created.
PayVaultHistoryEntry.type
public String |
|
The type of this entry, for example 'buy','credit','debit'...