Interface IEstimateLink
- All Known Implementing Classes:
EstimateLinkOperations
public interface IEstimateLink
Represents the operations available to an estimate link.
-
Method Summary
Modifier and Type Method Description IEstimateLinkCollectionByCurrencybyCurrency(String currencyCode)Gets the operations that can be applied on products from a given country.
-
Method Details
-
byCurrency
Gets the operations that can be applied on products from a given country.- Parameters:
currencyCode- The currency code for the country.- Returns:
- The operations that can be performed on estimate link collection that belong to a given currency.
-