All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tradeshift.sdk.linelinker.TradeshiftLinelinker Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2018 Tradeshift Inc. and/or its affiliates. All rights reserved.
 */
package com.tradeshift.sdk.linelinker;

import java.util.concurrent.CompletionStage;

import com.tradeshift.sdk.linelinker.domain.Input;
import com.tradeshift.sdk.linelinker.domain.Result;

public interface TradeshiftLinelinker {

    CompletionStage linelink(Input request);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy