public static class AccountUpdateParams.Settings.CardPayments
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountUpdateParams.Settings.CardPayments.Builder |
static class |
AccountUpdateParams.Settings.CardPayments.DeclineOn |
Modifier and Type | Method and Description |
---|---|
static AccountUpdateParams.Settings.CardPayments.Builder |
builder() |
AccountUpdateParams.Settings.CardPayments.DeclineOn |
getDeclineOn()
Automatically declines certain charge types regardless of whether the card issuer accepted
or declined the charge.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.Object |
getStatementDescriptorPrefix()
The default text that appears on credit card statements when a charge is made.
|
public static AccountUpdateParams.Settings.CardPayments.Builder builder()
public AccountUpdateParams.Settings.CardPayments.DeclineOn getDeclineOn()
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.lang.Object getStatementDescriptorPrefix()
statement_descriptor
specified on the charge. statement_descriptor_prefix
is useful for maximizing descriptor space for the dynamic
portion.