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