public interface InternationalPrice
InternationalPrice allows to associate a set of prices in different currencies to
a given object.| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getPrice(Currency currency) |
Price[] |
getPrices() |
boolean |
isZero() |
Price[] getPrices()
Price in the various currenciesjava.math.BigDecimal getPrice(Currency currency) throws CatalogApiException
currency - the currencyCatalogApiException - if there is no entryboolean isZero()
Copyright © 2010-2018. All Rights Reserved.