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); }
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)); }
System.Threading.Tasks.Task <OnlinePayment.MabnaCardVerifyService.sendConfirmationResponse> OnlinePayment.MabnaCardVerifyService.TransactionReference.sendConfirmationAsync(OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest request) { return(base.Channel.sendConfirmationAsync(request)); }
OnlinePayment.MabnaCardVerifyService.sendConfirmationResponse OnlinePayment.MabnaCardVerifyService.TransactionReference.sendConfirmation(OnlinePayment.MabnaCardVerifyService.sendConfirmationRequest request) { return(base.Channel.sendConfirmation(request)); }