PlayerIO

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

Objective-C Client Reference

Multiplayer  class documentationClass PIOPayVaultHistoryEntry

Language: Objective-C

An entry in the user's PayVault history.

Methods

 
- (int)
amount
The coin amount of this entry.
- (NSArray*)
itemKeys
The item keys related to this entry (entries with type 'buy').
- (NSString*)
providerPrice
The price in real currency of this entry formatted as a human readable currency string, e.g. $10.00 USD
- (NSString*)
providerTransactionId
The transaction id from the PayVault provider corresponding to this entry.
- (NSString*)
reason
The developer supplied reason for entries of type 'credit' and 'debit'.
- (NSDate*)
timestamp
When this entry was created.
- (NSString*)
type
The type of this entry, for example 'buy','credit','debit'...

amount

The coin amount of this entry.

Return Value

int

itemKeys

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

Return Value

NSArray*

providerPrice

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

Return Value

NSString*

providerTransactionId

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

Return Value

NSString*

reason

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

Return Value

NSString*

timestamp

When this entry was created.

Return Value

NSDate*

type

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

Return Value

NSString*