Package com.stripe.param.v2.core
Enum Class AccountUpdateParams.Configuration.Storer.PurposeOfFunds
java.lang.Object
java.lang.Enum<AccountUpdateParams.Configuration.Storer.PurposeOfFunds>
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Storer.PurposeOfFunds
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<AccountUpdateParams.Configuration.Storer.PurposeOfFunds>,Constable
- Enclosing class:
- AccountUpdateParams.Configuration.Storer
public static enum AccountUpdateParams.Configuration.Storer.PurposeOfFunds
extends Enum<AccountUpdateParams.Configuration.Storer.PurposeOfFunds>
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
-
CHARITABLE_DONATIONS
@SerializedName("charitable_donations") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds CHARITABLE_DONATIONS -
ECOMMERCE_RETAIL_PAYMENTS
@SerializedName("ecommerce_retail_payments") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds ECOMMERCE_RETAIL_PAYMENTS -
INVESTMENT_PURPOSES
@SerializedName("investment_purposes") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds INVESTMENT_PURPOSES -
OTHER
@SerializedName("other") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds OTHER -
PAYMENTS_TO_FRIENDS_OR_FAMILY_ABROAD
@SerializedName("payments_to_friends_or_family_abroad") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds PAYMENTS_TO_FRIENDS_OR_FAMILY_ABROAD -
PAYROLL
@SerializedName("payroll") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds PAYROLL -
PERSONAL_OR_LIVING_EXPENSES
@SerializedName("personal_or_living_expenses") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds PERSONAL_OR_LIVING_EXPENSES -
PROTECT_WEALTH
@SerializedName("protect_wealth") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds PROTECT_WEALTH -
PURCHASE_GOODS_AND_SERVICES
@SerializedName("purchase_goods_and_services") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds PURCHASE_GOODS_AND_SERVICES -
RECEIVE_PAYMENTS_FOR_GOODS_AND_SERVICES
@SerializedName("receive_payments_for_goods_and_services") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds RECEIVE_PAYMENTS_FOR_GOODS_AND_SERVICES -
TAX_OPTIMIZATION
@SerializedName("tax_optimization") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds TAX_OPTIMIZATION -
THIRD_PARTY_MONEY_TRANSMISSION
@SerializedName("third_party_money_transmission") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds THIRD_PARTY_MONEY_TRANSMISSION -
TREASURY_MANAGEMENT
@SerializedName("treasury_management") public static final AccountUpdateParams.Configuration.Storer.PurposeOfFunds TREASURY_MANAGEMENT
-
-
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
-