Objective-C Client Reference
Class PIOPayVaultHistoryEntry
Language: Objective-C
An entry in the user's PayVault history.
Methods | |||
---|---|---|---|
- (int) |
|
||
- (NSArray*) |
|
||
- (NSString*) |
|
||
- (NSString*) |
|
||
- (NSString*) |
|
||
- (NSDate*) |
|
||
- (NSString*) |
|
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* | |