Package com.stripe.param
Enum Class FileCreateParams.Purpose
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<FileCreateParams.Purpose>
,Constable
- Enclosing class:
- FileCreateParams
public static enum FileCreateParams.Purpose
extends Enum<FileCreateParams.Purpose>
implements ApiRequestParams.EnumParam
Set of key-value pairs that you can
attach to an object. This can be useful for storing additional information about the object
in a structured format. Individual keys can be unset by posting an empty value to them. All
keys can be unset by posting an empty value to
metadata
.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static FileCreateParams.Purpose
Returns the enum constant of this class with the specified name.static FileCreateParams.Purpose[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCOUNT_REQUIREMENT
@SerializedName("account_requirement") public static final FileCreateParams.Purpose ACCOUNT_REQUIREMENT -
ADDITIONAL_VERIFICATION
@SerializedName("additional_verification") public static final FileCreateParams.Purpose ADDITIONAL_VERIFICATION -
BUSINESS_ICON
-
BUSINESS_LOGO
-
CUSTOMER_SIGNATURE
@SerializedName("customer_signature") public static final FileCreateParams.Purpose CUSTOMER_SIGNATURE -
DISPUTE_EVIDENCE
-
IDENTITY_DOCUMENT
-
ISSUING_REGULATORY_REPORTING
@SerializedName("issuing_regulatory_reporting") public static final FileCreateParams.Purpose ISSUING_REGULATORY_REPORTING -
PCI_DOCUMENT
-
TAX_DOCUMENT_USER_UPLOAD
@SerializedName("tax_document_user_upload") public static final FileCreateParams.Purpose TAX_DOCUMENT_USER_UPLOAD -
TERMINAL_READER_SPLASHSCREEN
@SerializedName("terminal_reader_splashscreen") public static final FileCreateParams.Purpose TERMINAL_READER_SPLASHSCREEN
-
-
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
-