Uses of Class
org.salespointframework.order.ChargeLine
-
Uses of ChargeLine in org.salespointframework.order
Modifier and TypeMethodDescriptionOrder.addChargeLine
(javax.money.MonetaryAmount price, String description) Adds aChargeLine
with the given price and description to theOrder
.Modifier and TypeMethodDescriptionOrder.getAllChargeLines()
Returns allChargeLine
instances, i.e.Order.getChargeLines()
Returns allChargeLine
instances registered for the currentOrder
.Modifier and TypeMethodDescriptionvoid
Order.remove
(ChargeLine chargeLine) Remove the givenChargeLine
from theOrder