Package com.stripe.param.issuing
Class CardUpdateParams.SpendingControls.SpendingLimit
java.lang.Object
com.stripe.param.issuing.CardUpdateParams.SpendingControls.SpendingLimit
- Enclosing class:
- CardUpdateParams.SpendingControls
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. Maximum amount allowed to spend per interval.Array of strings containing categories this limit applies to.Map of extra parameters for custom features not available in this client library.Required. Interval (or event) to which the amount applies.
-
Method Details
-
builder
-
getAmount
Required. Maximum amount allowed to spend per interval. -
getCategories
Array of strings containing categories this limit applies to. Omitting this field will apply the limit to all categories. -
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@SerializedName
value. 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. -
getInterval
Required. Interval (or event) to which the amount applies.
-