Package com.stripe.model
Class SubscriptionItem.BillingThresholds
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionItem.BillingThresholds
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionItem
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanUsage threshold that triggers the subscription to create an invoice.inthashCode()voidsetUsageGte(Long usageGte) Usage threshold that triggers the subscription to create an invoice.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingThresholds
public BillingThresholds()
-
-
Method Details