Пример #1
0
 public System.Threading.Tasks.Task <UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequest inValue = new UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequest();
     inValue.Body            = new UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((UrlShortnerClient.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
Пример #2
0
 public int PaymentVerificationWithExtra(string MerchantID, string Authority, int Amount, out long RefID, out string ExtraDetail)
 {
     UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequest inValue = new UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequest();
     inValue.Body            = new UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraResponse retVal = ((UrlShortnerClient.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtra(inValue);
     RefID       = retVal.Body.RefID;
     ExtraDetail = retVal.Body.ExtraDetail;
     return(retVal.Body.Status);
 }
Пример #3
0
 System.Threading.Tasks.Task <UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraResponse> UrlShortnerClient.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }
Пример #4
0
 UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraResponse UrlShortnerClient.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtra(UrlShortnerClient.ServiceReference.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtra(request));
 }