Skip to main content

InstallmentResponseWrapperDto

Response wrapper for credit installment simulation results

statusstring

Status of the response

Possible values: [SUCCESS, ERROR]

Example: ERROR/SUCCESS
messagestring

Message describing the response

Example: Request failed/Request successful
codeMessagestring

Code message describing the response

Example: ERR-001/SUC-001
data object

Response DTO for credit monthly payment calculation

monthlyPaymentnumber

Calculated monthly payment

Example: 2345.67
timestampstring<date-time>

Timestamp of when the response was generated

InstallmentResponseWrapperDto
{
"status": "ERROR/SUCCESS",
"message": "Request failed/Request successful",
"codeMessage": "ERR-001/SUC-001",
"data": {
"monthlyPayment": 2345.67
},
"timestamp": "2024-07-29T15:51:28.071Z"
}