Пример #1
0
        public Task <UDSalePaymentRequestResponse> UDSalePaymentRequestAsync(ClientSaleRequestData requestData)
        {
            UDSalePaymentRequestRequest inValue = new UDSalePaymentRequestRequest();

            inValue.Body             = new UDSalePaymentRequestRequestBody();
            inValue.Body.requestData = requestData;
            return(((SaleServiceSoap)(this)).UDSalePaymentRequestAsync(inValue));
        }
Пример #2
0
 Task <UDSalePaymentRequestResponse> SaleServiceSoap.UDSalePaymentRequestAsync(UDSalePaymentRequestRequest request)
 {
     return(base.Channel.UDSalePaymentRequestAsync(request));
 }