Class Invoice.ThresholdItemReason

    • Constructor Detail

      • ThresholdItemReason

        public ThresholdItemReason()
    • Method Detail

      • getLineItemIds

        public java.util.List<java.lang.String> getLineItemIds()
        The IDs of the line items that triggered the threshold invoice.
      • getUsageGte

        public java.lang.Long getUsageGte()
        The quantity threshold boundary that applied to the given line item.
      • setLineItemIds

        public void setLineItemIds​(java.util.List<java.lang.String> lineItemIds)
        The IDs of the line items that triggered the threshold invoice.
      • setUsageGte

        public void setUsageGte​(java.lang.Long usageGte)
        The quantity threshold boundary that applied to the given line item.
      • 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