ChipDna Mobile
Loading...
Searching...
No Matches
SOAPTransactionHistory.h
12#import <Foundation/Foundation.h>
13#import "SOAPDelegate.h"
14
15@interface SOAPTransactionHistory : NSObject
16
29
38+(void)dispose;
39
47-(void)getTransactionsFromDate:(NSString *)fromDate toDate:(NSString *)toDate delegate:(id<SOAPDelegate>)delegate;
48
56-(void)getTransactionTransactionDate:(NSString *)transactionDate withGuid:(NSString *)guid delegate:(id<SOAPDelegate>)delegate;
57
65-(void)getTransactionsStatisticsFromDate:(NSString *)fromDate toDate:(NSString *)toDate delegate:(id<SOAPDelegate>)delegate;
66
67@end
This class should be used to access the transaction history and statistics.
Definition: SOAPTransactionHistory.h:16
SOAPTransactionHistory * sharedInstance()