Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.17 KB

DocumentResponse.md

File metadata and controls

19 lines (16 loc) · 1.17 KB

# DocumentResponse

Properties

Name Type Description Notes
id string The unique identifier for the document [optional]
created_at \DateTime The date and time at which the document was uploaded [optional]
href string The uri of this resource [optional]
download_href string The uri that can be used to download the document [optional]
file_name string The name of the uploaded file [optional]
file_size int The size of the file in bytes [optional]
file_type string The file type of the uploaded file [optional]
type string The type of document [optional]
side string The side of the document, if applicable. The possible values are front and back [optional]
issuing_country string The issuing country of the document, a 3-letter ISO code. [optional]
applicant_id string The ID of the applicant whose document is being uploaded. [optional]

[Back to Model list] [Back to API list] [Back to README]