Package com.stripe.model
Class Invoice.ThresholdItemReason
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Invoice.ThresholdItemReason
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
public static class Invoice.ThresholdItemReason extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description ThresholdItemReason()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getLineItemIds()The IDs of the line items that triggered the threshold invoice.java.lang.LonggetUsageGte()The quantity threshold boundary that applied to the given line item.inthashCode()voidsetLineItemIds(java.util.List<java.lang.String> lineItemIds)The IDs of the line items that triggered the threshold invoice.voidsetUsageGte(java.lang.Long usageGte)The quantity threshold boundary that applied to the given line item.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-