/AWS1/CL_TEXGETLENDINGALYSUM01¶
GetLendingAnalysisSummaryResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_documentmetadata TYPE REF TO /AWS1/CL_TEXDOCUMENTMETADATA /AWS1/CL_TEXDOCUMENTMETADATA¶
DocumentMetadata
iv_jobstatus TYPE /AWS1/TEXJOBSTATUS /AWS1/TEXJOBSTATUS¶
The current status of the lending analysis job.
io_summary TYPE REF TO /AWS1/CL_TEXLENDINGSUMMARY /AWS1/CL_TEXLENDINGSUMMARY¶
Contains summary information for documents grouped by type.
it_warnings TYPE /AWS1/CL_TEXWARNING=>TT_WARNINGS TT_WARNINGS¶
A list of warnings that occurred during the lending analysis operation.
iv_statusmessage TYPE /AWS1/TEXSTATUSMESSAGE /AWS1/TEXSTATUSMESSAGE¶
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
iv_analyzelendingmodelvrs TYPE /AWS1/TEXSTRING /AWS1/TEXSTRING¶
The current model version of the Analyze Lending API.
Queryable Attributes¶
DocumentMetadata¶
DocumentMetadata
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTMETADATA() |
Getter for DOCUMENTMETADATA |
JobStatus¶
The current status of the lending analysis job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
Summary¶
Contains summary information for documents grouped by type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |
Warnings¶
A list of warnings that occurred during the lending analysis operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGS() |
Getter for WARNINGS, with configurable default |
ASK_WARNINGS() |
Getter for WARNINGS w/ exceptions if field has no value |
HAS_WARNINGS() |
Determine if WARNINGS has a value |
StatusMessage¶
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
AnalyzeLendingModelVersion¶
The current model version of the Analyze Lending API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYZELENDINGMODELVRS() |
Getter for ANALYZELENDINGMODELVERSION, with configurable def |
ASK_ANALYZELENDINGMODELVRS() |
Getter for ANALYZELENDINGMODELVERSION w/ exceptions if field |
HAS_ANALYZELENDINGMODELVRS() |
Determine if ANALYZELENDINGMODELVERSION has a value |