Class LineItem.Tax

    • Constructor Detail

      • Tax

        public Tax()
    • Method Detail

      • getAmount

        public java.lang.Long getAmount()
      • getRate

        public TaxRate getRate()
      • setAmount

        public void setAmount​(java.lang.Long amount)
      • setRate

        public void setRate​(TaxRate rate)
      • 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