public System.Threading.Tasks.Task <ZarniPal.PaymentVerificationResponse> PaymentVerificationAsync(string MerchantID, string Authority, int Amount) { ZarniPal.PaymentVerificationRequest inValue = new ZarniPal.PaymentVerificationRequest(); inValue.Body = new ZarniPal.PaymentVerificationRequestBody(); inValue.Body.MerchantID = MerchantID; inValue.Body.Authority = Authority; inValue.Body.Amount = Amount; return(((ZarniPal.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationAsync(inValue)); }
System.Threading.Tasks.Task <ZarniPal.PaymentVerificationResponse> ZarniPal.PaymentGatewayImplementationServicePortType.PaymentVerificationAsync(ZarniPal.PaymentVerificationRequest request) { return(base.Channel.PaymentVerificationAsync(request)); }