public static class Invoice.ThresholdReason extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
ThresholdReason() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmountGte()
The total invoice amount threshold boundary if it triggered the threshold invoice.
|
java.util.List<Invoice.ThresholdItemReason> |
getItemReasons()
Indicates which line items triggered a threshold invoice.
|
int |
hashCode() |
void |
setAmountGte(java.lang.Long amountGte)
The total invoice amount threshold boundary if it triggered the threshold invoice.
|
void |
setItemReasons(java.util.List<Invoice.ThresholdItemReason> itemReasons)
Indicates which line items triggered a threshold invoice.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Long getAmountGte()
public java.util.List<Invoice.ThresholdItemReason> getItemReasons()
public void setAmountGte(java.lang.Long amountGte)
public void setItemReasons(java.util.List<Invoice.ThresholdItemReason> itemReasons)
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