Package co.mastermindcms.modules.dto
Class ShoppingCartDTO
- java.lang.Object
-
- co.mastermindcms.modules.dto.ShoppingCartDTO
-
public class ShoppingCartDTO extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<CommerceItemDTO>itemsprivate @NotNull java.lang.StringsellerIdprivate @NotNull java.math.BigDecimalsumSum of all commerce items price.
-
Constructor Summary
Constructors Constructor Description ShoppingCartDTO()
-
-
-
Field Detail
-
sellerId
@NotNull private @NotNull java.lang.String sellerId
-
items
private java.util.List<CommerceItemDTO> items
-
sum
@NotNull private @NotNull java.math.BigDecimal sum
Sum of all commerce items price.
-
-