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