Package com.stripe.param.billing
Class AlertCreateParams.SpendThreshold
java.lang.Object
com.stripe.param.billing.AlertCreateParams.SpendThreshold
- Enclosing class:
- AlertCreateParams
Required. An integer representing the amount of the threshold.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic classstatic enumstatic classFilter by pricing plan subscription ID. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. Defines the period over which spend is aggregated.Map of extra parameters for custom features not available in this client library.Filters to scope the spend calculation.Defines the granularity of spend aggregation.getGte()Required. Defines at which value the alert will fire.inthashCode()
-
Method Details
-
builder
-
getAggregationPeriod
Required. Defines the period over which spend is aggregated. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFilters
Filters to scope the spend calculation. -
getGroupBy
Defines the granularity of spend aggregation. Defaults topricing_plan_subscription. -
getGte
Required. Defines at which value the alert will fire. -
equals
-
canEqual
-
hashCode
public int hashCode()
-