Class ShoppingCartDTO


  • public class ShoppingCartDTO
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<CommerceItemDTO> items  
      private @NotNull java.lang.String sellerId  
      private @NotNull java.math.BigDecimal sum
      Sum of all commerce items price.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShoppingCartDTO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sellerId

        @NotNull
        private @NotNull java.lang.String sellerId
      • sum

        @NotNull
        private @NotNull java.math.BigDecimal sum
        Sum of all commerce items price.
    • Constructor Detail

      • ShoppingCartDTO

        public ShoppingCartDTO()