Package global.maplink.freight.sync
Interface FreightSyncAPI
-
- All Known Implementing Classes:
FreightSyncApiImpl
public interface FreightSyncAPI
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description FreightCalculationResponsecalculate(FreightCalculationRequest request)static FreightSyncAPIgetInstance()static FreightSyncAPIgetInstance(Environment environment)
-
-
-
Method Detail
-
calculate
FreightCalculationResponse calculate(FreightCalculationRequest request)
-
getInstance
static FreightSyncAPI getInstance()
-
getInstance
static FreightSyncAPI getInstance(Environment environment)
-
-