Document
Overview
The Document schema serves as the base class for documents to be contained on a transaction request.
{
description:
Base class for documents to be contained on a transaction request.
id* string
Unique ID for each document.
displayName* string
DisplayName for each document.
fileName string
nullable: true
FileName for each document.
executionType string
nullable: true
ExecutionType for each document.
pdfBase64* string
String for encoded document.
fields [...]
}