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)); }
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); }
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)); }
BICT.Payetakht.Payment.ZarinPalService.PaymentVerificationWithExtraResponse BICT.Payetakht.Payment.ZarinPalService.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtra(BICT.Payetakht.Payment.ZarinPalService.PaymentVerificationWithExtraRequest request) { return(base.Channel.PaymentVerificationWithExtra(request)); }