Package com.stripe.param.v2.core
Enum Class AccountUpdateParams.Configuration.Storer.HighRiskActivity
java.lang.Object
java.lang.Enum<AccountUpdateParams.Configuration.Storer.HighRiskActivity>
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Storer.HighRiskActivity
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<AccountUpdateParams.Configuration.Storer.HighRiskActivity>,Constable
- Enclosing class:
- AccountUpdateParams.Configuration.Storer
public static enum AccountUpdateParams.Configuration.Storer.HighRiskActivity
extends Enum<AccountUpdateParams.Configuration.Storer.HighRiskActivity>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
ADULT_ENTERTAINMENT
@SerializedName("adult_entertainment") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity ADULT_ENTERTAINMENT -
GAMBLING
@SerializedName("gambling") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity GAMBLING -
HOLD_CLIENT_FUNDS
@SerializedName("hold_client_funds") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity HOLD_CLIENT_FUNDS -
INVESTMENT_SERVICES
@SerializedName("investment_services") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity INVESTMENT_SERVICES -
LENDING_BANKING
@SerializedName("lending_banking") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity LENDING_BANKING -
MARIJUANA_OR_RELATED_SERVICES
@SerializedName("marijuana_or_related_services") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity MARIJUANA_OR_RELATED_SERVICES -
MONEY_SERVICES
@SerializedName("money_services") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity MONEY_SERVICES -
NICOTINE_TOBACCO_OR_RELATED_SERVICES
@SerializedName("nicotine_tobacco_or_related_services") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity NICOTINE_TOBACCO_OR_RELATED_SERVICES -
NONE
@SerializedName("none") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity NONE -
OPERATE_FOREIGN_EXCHANGE_VIRTUAL_CURRENCIES_BROKERAGE_OTC
@SerializedName("operate_foreign_exchange_virtual_currencies_brokerage_otc") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity OPERATE_FOREIGN_EXCHANGE_VIRTUAL_CURRENCIES_BROKERAGE_OTC -
PHARMACEUTICALS
@SerializedName("pharmaceuticals") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity PHARMACEUTICALS -
PRECIOUS_METALS_PRECIOUS_STONES_JEWELRY
@SerializedName("precious_metals_precious_stones_jewelry") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity PRECIOUS_METALS_PRECIOUS_STONES_JEWELRY -
SAFE_DEPOSIT_BOX_RENTALS
@SerializedName("safe_deposit_box_rentals") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity SAFE_DEPOSIT_BOX_RENTALS -
THIRD_PARTY_PAYMENT_PROCESSING
@SerializedName("third_party_payment_processing") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity THIRD_PARTY_PAYMENT_PROCESSING -
WEAPONS_FIREARMS_AND_EXPLOSIVES
@SerializedName("weapons_firearms_and_explosives") public static final AccountUpdateParams.Configuration.Storer.HighRiskActivity WEAPONS_FIREARMS_AND_EXPLOSIVES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
- Specified by:
getValuein interfaceApiRequestParams.EnumParam
-