Esempio n. 1
0
 public System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.PaymentRequestResponse> PaymentRequestAsync(string MerchantID, int Amount, string Description, string Email, string Mobile, string CallbackURL)
 {
     App_QuiBids.ServiceZarinPalTest.PaymentRequestRequest inValue = new App_QuiBids.ServiceZarinPalTest.PaymentRequestRequest();
     inValue.Body             = new App_QuiBids.ServiceZarinPalTest.PaymentRequestRequestBody();
     inValue.Body.MerchantID  = MerchantID;
     inValue.Body.Amount      = Amount;
     inValue.Body.Description = Description;
     inValue.Body.Email       = Email;
     inValue.Body.Mobile      = Mobile;
     inValue.Body.CallbackURL = CallbackURL;
     return(((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentRequestAsync(inValue));
 }
Esempio n. 2
0
 public int PaymentRequest(string MerchantID, int Amount, string Description, string Email, string Mobile, string CallbackURL, out string Authority)
 {
     App_QuiBids.ServiceZarinPalTest.PaymentRequestRequest inValue = new App_QuiBids.ServiceZarinPalTest.PaymentRequestRequest();
     inValue.Body             = new App_QuiBids.ServiceZarinPalTest.PaymentRequestRequestBody();
     inValue.Body.MerchantID  = MerchantID;
     inValue.Body.Amount      = Amount;
     inValue.Body.Description = Description;
     inValue.Body.Email       = Email;
     inValue.Body.Mobile      = Mobile;
     inValue.Body.CallbackURL = CallbackURL;
     App_QuiBids.ServiceZarinPalTest.PaymentRequestResponse retVal = ((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentRequest(inValue);
     Authority = retVal.Body.Authority;
     return(retVal.Body.Status);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.PaymentRequestResponse> App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.PaymentRequestAsync(App_QuiBids.ServiceZarinPalTest.PaymentRequestRequest request)
 {
     return(base.Channel.PaymentRequestAsync(request));
 }
Esempio n. 4
0
 App_QuiBids.ServiceZarinPalTest.PaymentRequestResponse App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.PaymentRequest(App_QuiBids.ServiceZarinPalTest.PaymentRequestRequest request)
 {
     return(base.Channel.PaymentRequest(request));
 }