Module Values.LendingSummarySource

Contains information regarding DocumentGroups and UndetectedDocumentTypes.

Sourcetype nonrec t = {
  1. documentGroups : DocumentGroupList.t option;
    (*

    Contains an array of all DocumentGroup objects.

    *)
  2. undetectedDocumentTypes : UndetectedDocumentTypeList.t option;
    (*

    UndetectedDocumentTypes.

    *)
}
Sourceval make : ?documentGroups:??? -> ?undetectedDocumentTypes:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t