public Task <UDSalePaymentRequestResponse> UDSalePaymentRequestAsync(ClientSaleRequestData requestData) { UDSalePaymentRequestRequest inValue = new UDSalePaymentRequestRequest(); inValue.Body = new UDSalePaymentRequestRequestBody(); inValue.Body.requestData = requestData; return(((SaleServiceSoap)(this)).UDSalePaymentRequestAsync(inValue)); }
Task <UDSalePaymentRequestResponse> SaleServiceSoap.UDSalePaymentRequestAsync(UDSalePaymentRequestRequest request) { return(base.Channel.UDSalePaymentRequestAsync(request)); }