public static class Invoice.ThresholdItemReason extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
ThresholdItemReason() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getLineItemIds()
The IDs of the line items that triggered the threshold invoice.
|
java.lang.Long |
getUsageGte()
The quantity threshold boundary that applied to the given line item.
|
int |
hashCode() |
void |
setLineItemIds(java.util.List<java.lang.String> lineItemIds)
The IDs of the line items that triggered the threshold invoice.
|
void |
setUsageGte(java.lang.Long usageGte)
The quantity threshold boundary that applied to the given line item.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.util.List<java.lang.String> getLineItemIds()
public java.lang.Long getUsageGte()
public void setLineItemIds(java.util.List<java.lang.String> lineItemIds)
public void setUsageGte(java.lang.Long usageGte)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object