Package com.stripe.param.v2.billing
Enum Class IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback
java.lang.Object
java.lang.Enum<IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback>
com.stripe.param.v2.billing.IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback>,Constable
- Enclosing class:
- IntentCreateParams.Action.Deactivate.CancellationDetails
public static enum IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback
extends Enum<IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback>
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
-
CUSTOMER_SERVICE
@SerializedName("customer_service") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback CUSTOMER_SERVICE -
LOW_QUALITY
@SerializedName("low_quality") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback LOW_QUALITY -
MISSING_FEATURES
@SerializedName("missing_features") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback MISSING_FEATURES -
OTHER
@SerializedName("other") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback OTHER -
SWITCHED_SERVICE
@SerializedName("switched_service") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback SWITCHED_SERVICE -
TOO_COMPLEX
@SerializedName("too_complex") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback TOO_COMPLEX -
TOO_EXPENSIVE
@SerializedName("too_expensive") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback TOO_EXPENSIVE -
UNUSED
@SerializedName("unused") public static final IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback UNUSED
-
-
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
public static IntentCreateParams.Action.Deactivate.CancellationDetails.Feedback 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
-