Package com.stripe.model.billing
Class Alert.SpendThreshold.Filters
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.Alert.SpendThreshold.Filters
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Alert.SpendThreshold
Filters to scope the spend calculation for a spend threshold alert.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanFilter by billable item IDs.Filter by billing cadence ID.Filter by pricing plan ID.Filter by pricing plan subscription ID.inthashCode()voidsetBillableItems(List<String> billableItems) Filter by billable item IDs.voidsetBillingCadence(String billingCadence) Filter by billing cadence ID.voidsetPricingPlan(String pricingPlan) Filter by pricing plan ID.voidsetPricingPlanSubscription(String pricingPlanSubscription) Filter by pricing plan subscription ID.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Filters
public Filters()
-
-
Method Details
-
getBillableItems
Filter by billable item IDs. -
getBillingCadence
Filter by billing cadence ID. -
getPricingPlan
Filter by pricing plan ID. -
getPricingPlanSubscription
Filter by pricing plan subscription ID. -
setBillableItems
Filter by billable item IDs. -
setBillingCadence
Filter by billing cadence ID. -
setPricingPlan
Filter by pricing plan ID. -
setPricingPlanSubscription
Filter by pricing plan subscription ID. -
equals
-
canEqual
-
hashCode
public int hashCode()
-