Package com.stripe.param.issuing
Enum Class DisputeUpdateParams.Evidence.Reason
java.lang.Object
java.lang.Enum<DisputeUpdateParams.Evidence.Reason>
com.stripe.param.issuing.DisputeUpdateParams.Evidence.Reason
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<DisputeUpdateParams.Evidence.Reason>
,Constable
- Enclosing class:
- DisputeUpdateParams.Evidence
public static enum DisputeUpdateParams.Evidence.Reason
extends Enum<DisputeUpdateParams.Evidence.Reason>
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 ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the enum constant of this class with the specified name.static DisputeUpdateParams.Evidence.Reason[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CANCELED
-
DUPLICATE
-
FRAUDULENT
-
MERCHANDISE_NOT_AS_DESCRIBED
@SerializedName("merchandise_not_as_described") public static final DisputeUpdateParams.Evidence.Reason MERCHANDISE_NOT_AS_DESCRIBED -
NO_VALID_AUTHORIZATION
@SerializedName("no_valid_authorization") public static final DisputeUpdateParams.Evidence.Reason NO_VALID_AUTHORIZATION -
NOT_RECEIVED
@SerializedName("not_received") public static final DisputeUpdateParams.Evidence.Reason NOT_RECEIVED -
OTHER
-
SERVICE_NOT_AS_DESCRIBED
@SerializedName("service_not_as_described") public static final DisputeUpdateParams.Evidence.Reason SERVICE_NOT_AS_DESCRIBED
-
-
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
-