示例#1
0
 public OnlinePayment.MabnaCardVerifyService.saleConfResponse sendConfirmation(OnlinePayment.MabnaCardVerifyService.confirmationDTO SaleConf_req)
 {
     OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest inValue = new OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest();
     inValue.SaleConf_req = SaleConf_req;
     OnlinePayment.MabnaCardVerifyService.sendConfirmationResponse retVal = ((OnlinePayment.MabnaCardVerifyService.TransactionReference)(this)).sendConfirmation(inValue);
     return(retVal.@return);
 }
示例#2
0
 public System.Threading.Tasks.Task <OnlinePayment.MabnaCardVerifyService.sendConfirmationResponse> sendConfirmationAsync(OnlinePayment.MabnaCardVerifyService.confirmationDTO SaleConf_req)
 {
     OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest inValue = new OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest();
     inValue.SaleConf_req = SaleConf_req;
     return(((OnlinePayment.MabnaCardVerifyService.TransactionReference)(this)).sendConfirmationAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <OnlinePayment.MabnaCardVerifyService.sendConfirmationResponse> OnlinePayment.MabnaCardVerifyService.TransactionReference.sendConfirmationAsync(OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest request)
 {
     return(base.Channel.sendConfirmationAsync(request));
 }
示例#4
0
 OnlinePayment.MabnaCardVerifyService.sendConfirmationResponse OnlinePayment.MabnaCardVerifyService.TransactionReference.sendConfirmation(OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest request)
 {
     return(base.Channel.sendConfirmation(request));
 }