Unity3D Client Reference
Class PayVaultHistoryEntry
Namespace: PlayerIOClient
Language: C# / .NET
An entry in a 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 DateTime |
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 DateTime |
|
When this entry was created.
PayVaultHistoryEntry.Type
public string |
|
The type of this entry, for example 'buy','credit','debit'...