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