Values.LendingSummarySourceContains information regarding DocumentGroups and UndetectedDocumentTypes.
type nonrec t = {documentGroups : DocumentGroupList.t option;Contains an array of all DocumentGroup objects.
*)undetectedDocumentTypes : UndetectedDocumentTypeList.t option;UndetectedDocumentTypes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of UInteger.t
| `List of [> `Integer of UInteger.t ] list ])
list ]
list
| `String of NonEmptyString.t ])
list ]
list ])
list ]