Exemplo n.º 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));
        }
Exemplo n.º 2
0
 Task <UDSalePaymentRequestResponse> SaleServiceSoap.UDSalePaymentRequestAsync(UDSalePaymentRequestRequest request)
 {
     return(base.Channel.UDSalePaymentRequestAsync(request));
 }