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