Package com.stripe.param.issuing
Enum Class CardUpdateParams.SpendingControls.SpendingLimit.Interval
java.lang.Object
java.lang.Enum<CardUpdateParams.SpendingControls.SpendingLimit.Interval>
com.stripe.param.issuing.CardUpdateParams.SpendingControls.SpendingLimit.Interval
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<CardUpdateParams.SpendingControls.SpendingLimit.Interval>
,Constable
- Enclosing class:
- CardUpdateParams.SpendingControls.SpendingLimit
public static enum CardUpdateParams.SpendingControls.SpendingLimit.Interval
extends Enum<CardUpdateParams.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 CardUpdateParams.SpendingControls.SpendingLimit.Interval ALL_TIME -
DAILY
@SerializedName("daily") public static final CardUpdateParams.SpendingControls.SpendingLimit.Interval DAILY -
MONTHLY
@SerializedName("monthly") public static final CardUpdateParams.SpendingControls.SpendingLimit.Interval MONTHLY -
PER_AUTHORIZATION
@SerializedName("per_authorization") public static final CardUpdateParams.SpendingControls.SpendingLimit.Interval PER_AUTHORIZATION -
WEEKLY
@SerializedName("weekly") public static final CardUpdateParams.SpendingControls.SpendingLimit.Interval WEEKLY -
YEARLY
@SerializedName("yearly") public static final CardUpdateParams.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
-