Package com.stripe.param.radar
Enum Class PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType
java.lang.Object
java.lang.Enum<PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType>
com.stripe.param.radar.PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType>,Constable
public static enum PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType
extends Enum<PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType>
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
-
ONE_OFF
@SerializedName("one_off") public static final PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType ONE_OFF -
RECURRING
@SerializedName("recurring") public static final PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType RECURRING -
SETUP_ONE_OFF
@SerializedName("setup_one_off") public static final PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType SETUP_ONE_OFF -
SETUP_RECURRING
@SerializedName("setup_recurring") public static final PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType SETUP_RECURRING
-
-
Method Details
-
values
public static PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType[] 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
public static PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card.PaymentType valueOf(String name) 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
-