public static class CardUpdateParams.SpendingControls.SpendingLimit
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardUpdateParams.SpendingControls.SpendingLimit.Builder |
static class |
CardUpdateParams.SpendingControls.SpendingLimit.Category |
static class |
CardUpdateParams.SpendingControls.SpendingLimit.Interval |
| Modifier and Type | Method and Description |
|---|---|
static CardUpdateParams.SpendingControls.SpendingLimit.Builder |
builder() |
java.lang.Long |
getAmount()
Maximum amount allowed to spend per interval.
|
java.util.List<CardUpdateParams.SpendingControls.SpendingLimit.Category> |
getCategories()
Array of strings containing categories
this limit applies to.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
CardUpdateParams.SpendingControls.SpendingLimit.Interval |
getInterval()
Interval (or event) to which the amount applies.
|
public static CardUpdateParams.SpendingControls.SpendingLimit.Builder builder()
public java.lang.Long getAmount()
public java.util.List<CardUpdateParams.SpendingControls.SpendingLimit.Category> getCategories()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@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.public CardUpdateParams.SpendingControls.SpendingLimit.Interval getInterval()