Exemplo n.º 1
0
 public System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequest inValue = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequest();
     inValue.Body            = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
Exemplo n.º 2
0
 public int PaymentVerificationWithExtra(string MerchantID, string Authority, int Amount, out long RefID, out string ExtraDetail)
 {
     App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequest inValue = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequest();
     inValue.Body            = new App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraResponse retVal = ((App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtra(inValue);
     RefID       = retVal.Body.RefID;
     ExtraDetail = retVal.Body.ExtraDetail;
     return(retVal.Body.Status);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraResponse> App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }
Exemplo n.º 4
0
 App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraResponse App_QuiBids.ServiceZarinPalTest.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtra(App_QuiBids.ServiceZarinPalTest.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtra(request));
 }