Package com.stripe.model
Class SubscriptionSchedule.Phase.Item.BillingThresholds
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Phase.Item.BillingThresholds
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.Phase.Item
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Usage threshold that triggers the subscription to create an invoice.int
hashCode()
void
setUsageGte
(Long usageGte) Usage threshold that triggers the subscription to create an invoice.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingThresholds
public BillingThresholds()
-
-
Method Details