Class Invoice.ThresholdReason

    • Constructor Detail

      • ThresholdReason

        public ThresholdReason()
    • Method Detail

      • getAmountGte

        public java.lang.Long getAmountGte()
        The total invoice amount threshold boundary if it triggered the threshold invoice.
      • getItemReasons

        public java.util.List<Invoice.ThresholdItemReason> getItemReasons()
        Indicates which line items triggered a threshold invoice.
      • setAmountGte

        public void setAmountGte​(java.lang.Long amountGte)
        The total invoice amount threshold boundary if it triggered the threshold invoice.
      • setItemReasons

        public void setItemReasons​(java.util.List<Invoice.ThresholdItemReason> itemReasons)
        Indicates which line items triggered a threshold invoice.
      • 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