Example #1
0
        public Task <SalePaymentRequestResponse> SalePaymentRequestAsync(ClientSaleRequestData requestData)
        {
            SalePaymentRequestRequest inValue = new SalePaymentRequestRequest();

            inValue.Body             = new SalePaymentRequestRequestBody();
            inValue.Body.requestData = requestData;
            return(((SaleServiceSoap)(this)).SalePaymentRequestAsync(inValue));
        }
Example #2
0
 Task <SalePaymentRequestResponse> SaleServiceSoap.SalePaymentRequestAsync(SalePaymentRequestRequest request)
 {
     return(base.Channel.SalePaymentRequestAsync(request));
 }