Package com.stripe.model.billing
Class Alert.CreditBalanceThreshold
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.Alert.CreditBalanceThreshold
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Alert
The credit balance threshold alert configuration enables setting up alerts for when a
customer's billing credit balance drops below a certain value.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Filter, please refer to the API Reference.static classFor more details about Lte, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CreditBalanceThreshold
public CreditBalanceThreshold()
-
-
Method Details
-
getFilters
The filters allow limiting the scope of this credit balance alert. You must specify only a customer filter at this time. -
getLte
-
setFilters
The filters allow limiting the scope of this credit balance alert. You must specify only a customer filter at this time. -
setLte
-
equals
-
canEqual
-
hashCode
public int hashCode()
-