public interface ExternalLineItemTotalPrice
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmount |
getPrice() |
javax.money.MonetaryAmount |
getTotalPrice() |
static ExternalLineItemTotalPrice |
ofPriceAndTotalPrice(javax.money.MonetaryAmount price,
javax.money.MonetaryAmount totalPrice) |
javax.money.MonetaryAmount getPrice()
javax.money.MonetaryAmount getTotalPrice()
static ExternalLineItemTotalPrice ofPriceAndTotalPrice(javax.money.MonetaryAmount price, javax.money.MonetaryAmount totalPrice)