public interface TaxedPrice extends TaxedItemPrice
| Modifier and Type | Method and Description |
|---|---|
List<TaxPortion> |
getTaxPortions() |
javax.money.MonetaryAmount |
getTotalGross() |
javax.money.MonetaryAmount |
getTotalNet() |
static TaxedPrice |
of(javax.money.MonetaryAmount totalNet,
javax.money.MonetaryAmount totalGross,
List<TaxPortion> taxPortions) |
static TaxedPrice of(javax.money.MonetaryAmount totalNet, javax.money.MonetaryAmount totalGross, List<TaxPortion> taxPortions)
javax.money.MonetaryAmount getTotalNet()
getTotalNet in interface TaxedItemPricejavax.money.MonetaryAmount getTotalGross()
getTotalGross in interface TaxedItemPriceList<TaxPortion> getTaxPortions()