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
The coin amount of this entry.
PayVaultHistoryEntry.ItemKeys
The item keys related to this entry (entries with type 'buy').
PayVaultHistoryEntry.ProviderPrice
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
The developer supplied reason for entries of type 'credit' and 'debit'.
PayVaultHistoryEntry.Timestamp
When this entry was created.
PayVaultHistoryEntry.Type
The type of this entry, for example 'buy','credit','debit'...