Interface DocumentSubmitRequestParams

Export

DocumentSubmitRequestParams

Hierarchy

  • DocumentSubmitRequestParams

Properties

file_id?: string

The file ID of an uploaded File for the document. File type must be onboarding_documentation. Required when document type is file

Memberof

DocumentSubmitRequestParams

Deprecated

file_ids?: string[]

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

Memberof

DocumentSubmitRequestParams

written_response?: string

Written response to a document that has been requested, alternative to a File. Required when document type is written

Memberof

DocumentSubmitRequestParams

Generated using TypeDoc