public System.Threading.Tasks.Task <ZarinPal.Zarinpal.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount) { ZarinPal.Zarinpal.PaymentVerificationWithExtraRequest inValue = new ZarinPal.Zarinpal.PaymentVerificationWithExtraRequest(); inValue.Body = new ZarinPal.Zarinpal.PaymentVerificationWithExtraRequestBody(); inValue.Body.MerchantID = MerchantID; inValue.Body.Authority = Authority; inValue.Body.Amount = Amount; return(((ZarinPal.Zarinpal.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue)); }
public int PaymentVerificationWithExtra(string MerchantID, string Authority, int Amount, out long RefID, out string ExtraDetail) { ZarinPal.Zarinpal.PaymentVerificationWithExtraRequest inValue = new ZarinPal.Zarinpal.PaymentVerificationWithExtraRequest(); inValue.Body = new ZarinPal.Zarinpal.PaymentVerificationWithExtraRequestBody(); inValue.Body.MerchantID = MerchantID; inValue.Body.Authority = Authority; inValue.Body.Amount = Amount; ZarinPal.Zarinpal.PaymentVerificationWithExtraResponse retVal = ((ZarinPal.Zarinpal.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtra(inValue); RefID = retVal.Body.RefID; ExtraDetail = retVal.Body.ExtraDetail; return(retVal.Body.Status); }
System.Threading.Tasks.Task <ZarinPal.Zarinpal.PaymentVerificationWithExtraResponse> ZarinPal.Zarinpal.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(ZarinPal.Zarinpal.PaymentVerificationWithExtraRequest request) { return(base.Channel.PaymentVerificationWithExtraAsync(request)); }
ZarinPal.Zarinpal.PaymentVerificationWithExtraResponse ZarinPal.Zarinpal.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtra(ZarinPal.Zarinpal.PaymentVerificationWithExtraRequest request) { return(base.Channel.PaymentVerificationWithExtra(request)); }