Package com.stripe.param
Enum Class FileListParams.Purpose
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<FileListParams.Purpose>
,Constable
- Enclosing class:
- FileListParams
public static enum FileListParams.Purpose
extends Enum<FileListParams.Purpose>
implements ApiRequestParams.EnumParam
Maximum value to filter by (inclusive).
-
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()
static FileListParams.Purpose
Returns the enum constant of this class with the specified name.static FileListParams.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 FileListParams.Purpose ACCOUNT_REQUIREMENT -
ADDITIONAL_VERIFICATION
@SerializedName("additional_verification") public static final FileListParams.Purpose ADDITIONAL_VERIFICATION -
BUSINESS_ICON
-
BUSINESS_LOGO
-
CUSTOMER_SIGNATURE
-
DISPUTE_EVIDENCE
-
DOCUMENT_PROVIDER_IDENTITY_DOCUMENT
@SerializedName("document_provider_identity_document") public static final FileListParams.Purpose DOCUMENT_PROVIDER_IDENTITY_DOCUMENT -
FINANCE_REPORT_RUN
-
IDENTITY_DOCUMENT
-
IDENTITY_DOCUMENT_DOWNLOADABLE
@SerializedName("identity_document_downloadable") public static final FileListParams.Purpose IDENTITY_DOCUMENT_DOWNLOADABLE -
ISSUING_REGULATORY_REPORTING
@SerializedName("issuing_regulatory_reporting") public static final FileListParams.Purpose ISSUING_REGULATORY_REPORTING -
PCI_DOCUMENT
-
SELFIE
-
SIGMA_SCHEDULED_QUERY
@SerializedName("sigma_scheduled_query") public static final FileListParams.Purpose SIGMA_SCHEDULED_QUERY -
TAX_DOCUMENT_USER_UPLOAD
@SerializedName("tax_document_user_upload") public static final FileListParams.Purpose TAX_DOCUMENT_USER_UPLOAD -
TERMINAL_READER_SPLASHSCREEN
@SerializedName("terminal_reader_splashscreen") public static final FileListParams.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
-