The implementation classes and methods for the ws web service.
Inherits from SoapService.
Returns BOOL to the designated SoapDelegate.
- (SoapRequest*) AllowRunAsDebit: (id <SoapDelegate>) handler merchant: (NSString*) merchant pw: (NSString*) pw account: (NSString*) account
Returns BOOL to the specified target/action receiver.
- (SoapRequest*) AllowRunAsDebit: (id) target action: (SEL) action merchant: (NSString*) merchant pw: (NSString*) pw account: (NSString*) account;
Returns BOOL to the designated SoapDelegate.
- (SoapRequest*) AssociateAccount: (id <SoapDelegate>) handler account: (NSString*) account identifier: (NSString*) identifier merchantid: (NSString*) merchantid memo: (NSString*) memo pw: (NSString*) pw
Returns BOOL to the specified target/action receiver.
- (SoapRequest*) AssociateAccount: (id) target action: (SEL) action account: (NSString*) account identifier: (NSString*) identifier merchantid: (NSString*) merchantid memo: (NSString*) memo pw: (NSString*) pw;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) CAllDetail: (id <SoapDelegate>) handler merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice startdate: (NSString*) startdate enddate: (NSString*) enddate
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) CAllDetail: (id) target action: (SEL) action merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice startdate: (NSString*) startdate enddate: (NSString*) enddate;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) CAllDetailEx: (id <SoapDelegate>) handler merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice startdate: (NSString*) startdate enddate: (NSString*) enddate transactioncode: (NSString*) transactioncode
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) CAllDetailEx: (id) target action: (SEL) action merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice startdate: (NSString*) startdate enddate: (NSString*) enddate transactioncode: (NSString*) transactioncode;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) CAllGiftDetail: (id <SoapDelegate>) handler merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice startdate: (NSString*) startdate enddate: (NSString*) enddate
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) CAllGiftDetail: (id) target action: (SEL) action merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice startdate: (NSString*) startdate enddate: (NSString*) enddate;
Returns CXMLNode* to the designated SoapDelegate.
- (SoapRequest*) CBatch: (id <SoapDelegate>) handler merchant: (NSString*) merchant
Returns CXMLNode* to the specified target/action receiver.
- (SoapRequest*) CBatch: (id) target action: (SEL) action merchant: (NSString*) merchant;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) CTranDetail: (id <SoapDelegate>) handler merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) CTranDetail: (id) target action: (SEL) action merchant: (NSString*) merchant pw: (NSString*) pw invoice: (NSString*) invoice;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) CreditTransaction: (id <SoapDelegate>) handler tran: (NSString*) tran pw: (NSString*) pw
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) CreditTransaction: (id) target action: (SEL) action tran: (NSString*) tran pw: (NSString*) pw;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) GiftTransaction: (id <SoapDelegate>) handler tran: (NSString*) tran pw: (NSString*) pw
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) GiftTransaction: (id) target action: (SEL) action tran: (NSString*) tran pw: (NSString*) pw;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) Lookup: (id <SoapDelegate>) handler tran: (NSString*) tran pw: (NSString*) pw
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) Lookup: (id) target action: (SEL) action tran: (NSString*) tran pw: (NSString*) pw;
Returns NSString* to the designated SoapDelegate.
- (SoapRequest*) LoyaltyTransaction: (id <SoapDelegate>) handler tran: (NSString*) tran pw: (NSString*) pw
Returns NSString* to the specified target/action receiver.
- (SoapRequest*) LoyaltyTransaction: (id) target action: (SEL) action tran: (NSString*) tran pw: (NSString*) pw;
Returns BOOL to the designated SoapDelegate.
- (SoapRequest*) RemoveAccountAssociation: (id <SoapDelegate>) handler account: (NSString*) account identifier: (NSString*) identifier merchantid: (NSString*) merchantid pw: (NSString*) pw
Returns BOOL to the specified target/action receiver.
- (SoapRequest*) RemoveAccountAssociation: (id) target action: (SEL) action account: (NSString*) account identifier: (NSString*) identifier merchantid: (NSString*) merchantid pw: (NSString*) pw;