public static class CardholderUpdateParams.AuthorizationControls
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CardholderUpdateParams.AuthorizationControls.AllowedCategory |
static class |
CardholderUpdateParams.AuthorizationControls.BlockedCategory |
static class |
CardholderUpdateParams.AuthorizationControls.Builder |
static class |
CardholderUpdateParams.AuthorizationControls.SpendingLimit |
Modifier and Type | Method and Description |
---|---|
static CardholderUpdateParams.AuthorizationControls.Builder |
builder() |
java.util.List<CardholderUpdateParams.AuthorizationControls.AllowedCategory> |
getAllowedCategories()
Array of strings containing categories
of authorizations permitted on this card.
|
java.util.List<CardholderUpdateParams.AuthorizationControls.BlockedCategory> |
getBlockedCategories()
Array of strings containing categories
of authorizations to always decline on this card.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.util.List<CardholderUpdateParams.AuthorizationControls.SpendingLimit> |
getSpendingLimits()
Limit the spending with rules based on time intervals and categories.
|
java.lang.Object |
getSpendingLimitsCurrency()
Currency for your spending limits.
|
public static CardholderUpdateParams.AuthorizationControls.Builder builder()
public java.util.List<CardholderUpdateParams.AuthorizationControls.AllowedCategory> getAllowedCategories()
public java.util.List<CardholderUpdateParams.AuthorizationControls.BlockedCategory> getBlockedCategories()
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 java.util.List<CardholderUpdateParams.AuthorizationControls.SpendingLimit> getSpendingLimits()
public java.lang.Object getSpendingLimitsCurrency()