Beispiel #1
0
 public System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.PaymentVerificationResponse> PaymentVerificationAsync(string MerchantID, string Authority, int Amount)
 {
     App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequest inValue = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequest();
     inValue.Body            = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationAsync(inValue));
 }
Beispiel #2
0
 public int PaymentVerification(string MerchantID, string Authority, int Amount, out long RefID)
 {
     App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequest inValue = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequest();
     inValue.Body            = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     App_QuiBids.ServiceZarinPalTest.PaymentVerificationResponse retVal = ((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentVerification(inValue);
     RefID = retVal.Body.RefID;
     return(retVal.Body.Status);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.PaymentVerificationResponse> App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.PaymentVerificationAsync(App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerificationAsync(request));
 }
Beispiel #4
0
 App_QuiBids.ServiceZarinPalTest.PaymentVerificationResponse App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.PaymentVerification(App_QuiBids.ServiceZarinPalTest.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerification(request));
 }