Class Quote.TotalDetails

    • Constructor Detail

      • TotalDetails

        public TotalDetails()
    • Method Detail

      • getAmountDiscount

        public java.lang.Long getAmountDiscount()
        This is the sum of all the line item discounts.
      • getAmountShipping

        public java.lang.Long getAmountShipping()
        This is the sum of all the line item shipping amounts.
      • getAmountTax

        public java.lang.Long getAmountTax()
        This is the sum of all the line item tax amounts.
      • setAmountDiscount

        public void setAmountDiscount​(java.lang.Long amountDiscount)
        This is the sum of all the line item discounts.
      • setAmountShipping

        public void setAmountShipping​(java.lang.Long amountShipping)
        This is the sum of all the line item shipping amounts.
      • setAmountTax

        public void setAmountTax​(java.lang.Long amountTax)
        This is the sum of all the line item tax amounts.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object