Пример #1
0
 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));
 }
Пример #2
0
 System.Threading.Tasks.Task <ZarniPal.PaymentVerificationResponse> ZarniPal.PaymentGatewayImplementationServicePortType.PaymentVerificationAsync(ZarniPal.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerificationAsync(request));
 }