Package com.stripe.param.issuing
Enum Class DisputeCreateParams.Evidence.Reason
java.lang.Object
java.lang.Enum<DisputeCreateParams.Evidence.Reason>
com.stripe.param.issuing.DisputeCreateParams.Evidence.Reason
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<DisputeCreateParams.Evidence.Reason>
,Constable
- Enclosing class:
- DisputeCreateParams.Evidence
public static enum DisputeCreateParams.Evidence.Reason
extends Enum<DisputeCreateParams.Evidence.Reason>
implements ApiRequestParams.EnumParam
Date when the product was received.
-
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 DisputeCreateParams.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 DisputeCreateParams.Evidence.Reason MERCHANDISE_NOT_AS_DESCRIBED -
NO_VALID_AUTHORIZATION
@SerializedName("no_valid_authorization") public static final DisputeCreateParams.Evidence.Reason NO_VALID_AUTHORIZATION -
NOT_RECEIVED
@SerializedName("not_received") public static final DisputeCreateParams.Evidence.Reason NOT_RECEIVED -
OTHER
-
SERVICE_NOT_AS_DESCRIBED
@SerializedName("service_not_as_described") public static final DisputeCreateParams.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
-