Contains information regarding DocumentGroups and UndetectedDocumentTypes.

interface LendingSummary {
    DocumentGroups?: DocumentGroup[];
    UndetectedDocumentTypes?: string[];
}

Properties

DocumentGroups?: DocumentGroup[]

Contains an array of all DocumentGroup objects.

UndetectedDocumentTypes?: string[]

UndetectedDocumentTypes.