Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.31 KB

DocServiceDocument.md

File metadata and controls

32 lines (20 loc) · 1.31 KB

DocServiceDocument

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String Identifies the type of the resource. [optional] [readonly]
createdAt String ISO 8601 formatted date-time indicating when the resource was created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was updated. [optional] [readonly]
contentType String The document's content_type. [optional] [readonly]
size DocServiceDocumentAllOfSize [optional]
status StatusEnum Indicates the current document reviewing status [optional] [readonly]
sha256 String The document's SHA256 hash provided for optional verification purposes. [optional] [readonly]
filename String The filename of the document. [optional]
customerReference String Optional reference string for customer tracking. [optional]

Enum: StatusEnum

Name Value
PENDING "pending"
VERIFIED "verified"
DENIED "denied"