Package com.stripe.param.issuing
Enum Class PersonalizationDesignRejectParams.RejectionReasons.CardLogo
java.lang.Object
java.lang.Enum<PersonalizationDesignRejectParams.RejectionReasons.CardLogo>
com.stripe.param.issuing.PersonalizationDesignRejectParams.RejectionReasons.CardLogo
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PersonalizationDesignRejectParams.RejectionReasons.CardLogo>
,Constable
- Enclosing class:
- PersonalizationDesignRejectParams.RejectionReasons
public static enum PersonalizationDesignRejectParams.RejectionReasons.CardLogo
extends Enum<PersonalizationDesignRejectParams.RejectionReasons.CardLogo>
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
-
Enum Constant Details
-
GEOGRAPHIC_LOCATION
@SerializedName("geographic_location") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo GEOGRAPHIC_LOCATION -
INAPPROPRIATE
@SerializedName("inappropriate") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo INAPPROPRIATE -
NETWORK_NAME
@SerializedName("network_name") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo NETWORK_NAME -
NON_BINARY_IMAGE
@SerializedName("non_binary_image") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo NON_BINARY_IMAGE -
NON_FIAT_CURRENCY
@SerializedName("non_fiat_currency") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo NON_FIAT_CURRENCY -
OTHER
@SerializedName("other") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo OTHER -
OTHER_ENTITY
@SerializedName("other_entity") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo OTHER_ENTITY -
PROMOTIONAL_MATERIAL
@SerializedName("promotional_material") public static final PersonalizationDesignRejectParams.RejectionReasons.CardLogo PROMOTIONAL_MATERIAL
-
-
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
-