Package com.stripe.param.v2.core
Enum Class AccountCreateParams.Configuration.Storer.SourceOfFunds
java.lang.Object
java.lang.Enum<AccountCreateParams.Configuration.Storer.SourceOfFunds>
com.stripe.param.v2.core.AccountCreateParams.Configuration.Storer.SourceOfFunds
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<AccountCreateParams.Configuration.Storer.SourceOfFunds>,Constable
- Enclosing class:
- AccountCreateParams.Configuration.Storer
public static enum AccountCreateParams.Configuration.Storer.SourceOfFunds
extends Enum<AccountCreateParams.Configuration.Storer.SourceOfFunds>
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 Constants -
Method Summary
-
Enum Constant Details
-
BUSINESS_LOANS
@SerializedName("business_loans") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds BUSINESS_LOANS -
GRANTS
@SerializedName("grants") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds GRANTS -
INTER_COMPANY_FUNDS
@SerializedName("inter_company_funds") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds INTER_COMPANY_FUNDS -
INVESTMENT_PROCEEDS
@SerializedName("investment_proceeds") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds INVESTMENT_PROCEEDS -
LEGAL_SETTLEMENT
@SerializedName("legal_settlement") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds LEGAL_SETTLEMENT -
OWNERS_CAPITAL
@SerializedName("owners_capital") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds OWNERS_CAPITAL -
PENSION_RETIREMENT
@SerializedName("pension_retirement") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds PENSION_RETIREMENT -
SALES_OF_ASSETS
@SerializedName("sales_of_assets") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds SALES_OF_ASSETS -
SALES_OF_GOODS_AND_SERVICES
@SerializedName("sales_of_goods_and_services") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds SALES_OF_GOODS_AND_SERVICES -
TAX_REFUND
@SerializedName("tax_refund") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds TAX_REFUND -
THIRD_PARTY_FUNDS
@SerializedName("third_party_funds") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds THIRD_PARTY_FUNDS -
TREASURY_RESERVES
@SerializedName("treasury_reserves") public static final AccountCreateParams.Configuration.Storer.SourceOfFunds TREASURY_RESERVES
-
-
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
-