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