Class PlatformFileBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-04T21:41:44.433710Z[Etc/UTC]")
    public class PlatformFileBankModel
    extends Object
    PlatformFileBankModel
    • Constructor Detail

      • PlatformFileBankModel

        public PlatformFileBankModel()
    • Method Detail

      • getGuid

        @Nullable
        public String getGuid()
        The unique identifier for the file.
        Returns:
        guid
      • setGuid

        public void setGuid​(String guid)
      • getOrganizationGuid

        @Nullable
        public String getOrganizationGuid()
        The organization identifier.
        Returns:
        organizationGuid
      • setOrganizationGuid

        public void setOrganizationGuid​(String organizationGuid)
      • getBankGuid

        @Nullable
        public String getBankGuid()
        The bank identifier.
        Returns:
        bankGuid
      • getBankGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getBankGuid_JsonNullable()
      • setBankGuid_JsonNullable

        public void setBankGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)
      • setBankGuid

        public void setBankGuid​(String bankGuid)
      • getCustomerGuid

        @Nullable
        public String getCustomerGuid()
        The customer identifier.
        Returns:
        customerGuid
      • getCustomerGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
      • setCustomerGuid_JsonNullable

        public void setCustomerGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • getType

        @Nullable
        public String getType()
        The file type; one of drivers_license_front, drivers_license_back, passport, passport_card, visa, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, utility_bill, proof_of_address, bank_statement, property_tax, tax_document, ein_letter, incorporation_certificate, persona_inquiry_report, or persona_inquiry_export.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getContentType

        @Nullable
        public String getContentType()
        The media type; one of image/jpeg, image/png, application/pdf, application/json, or video/mp4.
        Returns:
        contentType
      • setContentType

        public void setContentType​(String contentType)
      • getFilename

        @Nullable
        public String getFilename()
        The name of the file.
        Returns:
        filename
      • setFilename

        public void setFilename​(String filename)
      • getCompletedAt

        @Nullable
        public OffsetDateTime getCompletedAt()
        The ISO8601 datetime the file was completed at.
        Returns:
        completedAt
      • setCompletedAt

        public void setCompletedAt​(OffsetDateTime completedAt)
      • getFailedAt

        @Nullable
        public OffsetDateTime getFailedAt()
        The ISO8601 datetime the file failed at.
        Returns:
        failedAt
      • getFailureCode

        @Nullable
        public String getFailureCode()
        The failure code for failed files.
        Returns:
        failureCode
      • getFailureCode_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getFailureCode_JsonNullable()
      • setFailureCode_JsonNullable

        public void setFailureCode_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)
      • setFailureCode

        public void setFailureCode​(String failureCode)
      • getUploadUrl

        @Nullable
        public URI getUploadUrl()
        The URL to upload the file to.
        Returns:
        uploadUrl
      • getUploadUrl_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<URI> getUploadUrl_JsonNullable()
      • setUploadUrl_JsonNullable

        public void setUploadUrl_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<URI> uploadUrl)
      • setUploadUrl

        public void setUploadUrl​(URI uploadUrl)
      • getUploadExpiresAt

        @Nullable
        public OffsetDateTime getUploadExpiresAt()
        The ISO8601 datetime the upload URL expires at.
        Returns:
        uploadExpiresAt
      • getUploadExpiresAt_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getUploadExpiresAt_JsonNullable()
      • setUploadExpiresAt_JsonNullable

        public void setUploadExpiresAt_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> uploadExpiresAt)
      • setUploadExpiresAt

        public void setUploadExpiresAt​(OffsetDateTime uploadExpiresAt)
      • getDownloadUrl

        @Nullable
        public URI getDownloadUrl()
        The URL to download the file from.
        Returns:
        downloadUrl
      • getDownloadUrl_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<URI> getDownloadUrl_JsonNullable()
      • setDownloadUrl_JsonNullable

        public void setDownloadUrl_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<URI> downloadUrl)
      • setDownloadUrl

        public void setDownloadUrl​(URI downloadUrl)
      • getDownloadExpiresAt

        @Nullable
        public OffsetDateTime getDownloadExpiresAt()
        The ISO8601 datetime the download URL expires at.
        Returns:
        downloadExpiresAt
      • getDownloadExpiresAt_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDownloadExpiresAt_JsonNullable()
      • setDownloadExpiresAt_JsonNullable

        public void setDownloadExpiresAt_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> downloadExpiresAt)
      • setDownloadExpiresAt

        public void setDownloadExpiresAt​(OffsetDateTime downloadExpiresAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object