Package com.dzidzi.dto.order
Class OrderPriceList.Builder
java.lang.Object
com.dzidzi.dto.order.OrderPriceList.Builder
- Enclosing class:
OrderPriceList
-
Method Summary
Modifier and TypeMethodDescriptionbuild()courierTopUp(BigDecimal courierTopUp) deliveryFee(BigDecimal deliveryFee) deliveryFeeVat(BigDecimal deliveryFeeVat) discount(BigDecimal discount) foodVat(BigDecimal foodVat) orderPrice(BigDecimal orderPrice) restaurantTopUp(BigDecimal restaurantTopUp) toString()totalAmountToPay(BigDecimal totalAmountToPay) vat(BigDecimal vat)
-
Method Details