Package com.dzidzi.dto.order
Class OrderPriceList
java.lang.Object
com.dzidzi.dto.order.OrderPriceList
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOrderPriceList(BigDecimal orderPrice, BigDecimal vat, BigDecimal discount, BigDecimal deliveryFee, BigDecimal totalAmountToPay, BigDecimal foodVat, BigDecimal deliveryFeeVat, BigDecimal restaurantTopUp, BigDecimal courierTopUp) -
Method Summary
-
Constructor Details
-
OrderPriceList
public OrderPriceList(BigDecimal orderPrice, BigDecimal vat, BigDecimal discount, BigDecimal deliveryFee, BigDecimal totalAmountToPay, BigDecimal foodVat, BigDecimal deliveryFeeVat, BigDecimal restaurantTopUp, BigDecimal courierTopUp)
-
-
Method Details
-
builder
-
getOrderPrice
-
getVat
-
getDiscount
-
getDeliveryFee
-
getTotalAmountToPay
-
getFoodVat
-
getDeliveryFeeVat
-
getRestaurantTopUp
-
getCourierTopUp
-