Enum Class FileListParams.Purpose

java.lang.Object
java.lang.Enum<FileListParams.Purpose>
com.stripe.param.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).
  • 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

      @SerializedName("business_icon") public static final FileListParams.Purpose BUSINESS_ICON
    • CUSTOMER_SIGNATURE

      @SerializedName("customer_signature") public static final FileListParams.Purpose CUSTOMER_SIGNATURE
    • DISPUTE_EVIDENCE

      @SerializedName("dispute_evidence") public static final FileListParams.Purpose DISPUTE_EVIDENCE
    • DOCUMENT_PROVIDER_IDENTITY_DOCUMENT

      @SerializedName("document_provider_identity_document") public static final FileListParams.Purpose DOCUMENT_PROVIDER_IDENTITY_DOCUMENT
    • FINANCE_REPORT_RUN

      @SerializedName("finance_report_run") public static final FileListParams.Purpose FINANCE_REPORT_RUN
    • IDENTITY_DOCUMENT

      @SerializedName("identity_document") public static final FileListParams.Purpose IDENTITY_DOCUMENT
    • IDENTITY_DOCUMENT_DOWNLOADABLE

      @SerializedName("identity_document_downloadable") public static final FileListParams.Purpose IDENTITY_DOCUMENT_DOWNLOADABLE
    • PCI_DOCUMENT

      @SerializedName("pci_document") public static final FileListParams.Purpose PCI_DOCUMENT
    • SELFIE

      @SerializedName("selfie") public static final FileListParams.Purpose 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

      public static FileListParams.Purpose[] 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 FileListParams.Purpose 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 name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
      Specified by:
      getValue in interface ApiRequestParams.EnumParam