Interface DocumentDto

Export

DocumentDto

Hierarchy

  • DocumentDto

Properties

account_id: string

The ID of the account owning the document.

Memberof

DocumentDto

created_at: string

Time at which the object was created.

Memberof

DocumentDto

file_id?: string

The file ID of an uploaded File for the document, of type onboarding_documentation

Memberof

DocumentDto

Deprecated

file_ids?: string[]

The list of file IDs of uploaded File(s) for the document, of type onboarding_documentation

Memberof

DocumentDto

id: string

Unique identifier for the object.

Memberof

DocumentDto

metadata?: {
    [key: string]: string;
}

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 (i.e. \'\' or null) to them. All keys can be unset by posting an empty value (i.e. {} or null) to metadata.

Memberof

DocumentDto

Type declaration

  • [key: string]: string
rejected_reason?: DocumentDtoRejectedReason

The reason for rejection of the document, if applicable

Memberof

DocumentDto

request_notes?: string

Additional notes for the request of a document, offering extra context

Memberof

DocumentDto

respond_by: string

Time at which the document request needs to be responded to.

Memberof

DocumentDto

The status of the document

Memberof

DocumentDto

submitted_at: string

Time at which the object was submitted.

Memberof

DocumentDto

The subtype of the document

Memberof

DocumentDto

The type of the document

Memberof

DocumentDto

updated_at: string

Time at which the object was last updated.

Memberof

DocumentDto

written_response?: string

Written response to a document that has been requested, alternative to a File

Memberof

DocumentDto

Generated using TypeDoc