Package com.stripe.model
Class Invoice.ThresholdReason
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.ThresholdReason
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The total invoice amount threshold boundary if it triggered the threshold invoice.Indicates which line items triggered a threshold invoice.int
hashCode()
void
setAmountGte
(Long amountGte) The total invoice amount threshold boundary if it triggered the threshold invoice.void
setItemReasons
(List<Invoice.ThresholdReason.ItemReason> itemReasons) Indicates which line items triggered a threshold invoice.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ThresholdReason
public ThresholdReason()
-
-
Method Details
-
getAmountGte
The total invoice amount threshold boundary if it triggered the threshold invoice. -
getItemReasons
Indicates which line items triggered a threshold invoice. -
setAmountGte
The total invoice amount threshold boundary if it triggered the threshold invoice. -
setItemReasons
Indicates which line items triggered a threshold invoice. -
equals
-
canEqual
-
hashCode
public int hashCode()
-