public static enum AccountUpdateParams.RequestedCapability extends java.lang.Enum<AccountUpdateParams.RequestedCapability> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
AU_BECS_DEBIT_PAYMENTS |
BACS_DEBIT_PAYMENTS |
CARD_ISSUING |
CARD_PAYMENTS |
JCB_PAYMENTS |
LEGACY_PAYMENTS |
TAX_REPORTING_US_1099_K |
TAX_REPORTING_US_1099_MISC |
TRANSFERS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static AccountUpdateParams.RequestedCapability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountUpdateParams.RequestedCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="au_becs_debit_payments") public static final AccountUpdateParams.RequestedCapability AU_BECS_DEBIT_PAYMENTS
@SerializedName(value="bacs_debit_payments") public static final AccountUpdateParams.RequestedCapability BACS_DEBIT_PAYMENTS
@SerializedName(value="card_issuing") public static final AccountUpdateParams.RequestedCapability CARD_ISSUING
@SerializedName(value="card_payments") public static final AccountUpdateParams.RequestedCapability CARD_PAYMENTS
@SerializedName(value="jcb_payments") public static final AccountUpdateParams.RequestedCapability JCB_PAYMENTS
@SerializedName(value="legacy_payments") public static final AccountUpdateParams.RequestedCapability LEGACY_PAYMENTS
@SerializedName(value="tax_reporting_us_1099_k") public static final AccountUpdateParams.RequestedCapability TAX_REPORTING_US_1099_K
@SerializedName(value="tax_reporting_us_1099_misc") public static final AccountUpdateParams.RequestedCapability TAX_REPORTING_US_1099_MISC
@SerializedName(value="transfers") public static final AccountUpdateParams.RequestedCapability TRANSFERS
public static AccountUpdateParams.RequestedCapability[] values()
for (AccountUpdateParams.RequestedCapability c : AccountUpdateParams.RequestedCapability.values()) System.out.println(c);
public static AccountUpdateParams.RequestedCapability valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam