Package com.stripe.param.issuing
Enum Class CardholderCreateParams.SpendingControls.SpendingLimit.Interval
java.lang.Object
java.lang.Enum<CardholderCreateParams.SpendingControls.SpendingLimit.Interval>
com.stripe.param.issuing.CardholderCreateParams.SpendingControls.SpendingLimit.Interval
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<CardholderCreateParams.SpendingControls.SpendingLimit.Interval>
,Constable
- Enclosing class:
- CardholderCreateParams.SpendingControls.SpendingLimit
public static enum CardholderCreateParams.SpendingControls.SpendingLimit.Interval
extends Enum<CardholderCreateParams.SpendingControls.SpendingLimit.Interval>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
ALL_TIME
@SerializedName("all_time") public static final CardholderCreateParams.SpendingControls.SpendingLimit.Interval ALL_TIME -
DAILY
@SerializedName("daily") public static final CardholderCreateParams.SpendingControls.SpendingLimit.Interval DAILY -
MONTHLY
@SerializedName("monthly") public static final CardholderCreateParams.SpendingControls.SpendingLimit.Interval MONTHLY -
PER_AUTHORIZATION
@SerializedName("per_authorization") public static final CardholderCreateParams.SpendingControls.SpendingLimit.Interval PER_AUTHORIZATION -
WEEKLY
@SerializedName("weekly") public static final CardholderCreateParams.SpendingControls.SpendingLimit.Interval WEEKLY -
YEARLY
@SerializedName("yearly") public static final CardholderCreateParams.SpendingControls.SpendingLimit.Interval YEARLY
-
-
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:
getValue
in interfaceApiRequestParams.EnumParam
-