Package com.stripe.param.issuing
Class CardholderUpdateParams.SpendingControls.SpendingLimit
java.lang.Object
com.stripe.param.issuing.CardholderUpdateParams.SpendingControls.SpendingLimit
- Enclosing class:
CardholderUpdateParams.SpendingControls
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.Interval (or event) to which the amount applies.
-
Method Details
-
builder
-
getAmount
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
Interval (or event) to which the amount applies.
-