PlayerIO

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

Multiplayer Reference

Multiplayer  class documentationClass PayVaultHistoryEntry

Namespace: PlayerIO.GameLibrary
Language: C# / .NET

An entry in a 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 DateTime
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 DateTime
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'...