DocumentFinalized
Returned when the file was found where it was expected, matched what was declared, and the record is now AVAILABLE.
type DocumentFinalized {
document: Document!
}
Fields
DocumentFinalized.document ● Document! non-null object
The record as it now stands.
Implemented By
FinalizeDocumentResult union