public interface QuantityPriceAmountStructure
| Modifier and Type | Interface and Description |
|---|---|
static class |
QuantityPriceAmountStructure.Logic |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
quantity * price = amount
|
Currency |
getCurrency() |
BigDecimal |
getPrice()
quantity * price = amount
|
BigDecimal |
getQuantity()
quantity * price = amount
|
BigDecimal getAmount()
StandardType.AMOUNTCurrency getCurrency()
BigDecimal getPrice()
StandardType.PRICEBigDecimal getQuantity()
StandardType.QUANTITY