Package com.stripe.param.issuing
Enum Class AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel
java.lang.Object
java.lang.Enum<AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel>
com.stripe.param.issuing.AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel>
,Constable
- Enclosing class:
- AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk
public static enum AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel
extends Enum<AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel>
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
-
ELEVATED
@SerializedName("elevated") public static final AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel ELEVATED -
HIGHEST
@SerializedName("highest") public static final AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel HIGHEST -
LOW
@SerializedName("low") public static final AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel LOW -
NORMAL
@SerializedName("normal") public static final AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel NORMAL -
NOT_ASSESSED
@SerializedName("not_assessed") public static final AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel NOT_ASSESSED -
UNKNOWN
@SerializedName("unknown") public static final AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel UNKNOWN
-
-
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 AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.RiskLevel 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:
getValue
in interfaceApiRequestParams.EnumParam
-