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