{ "type": "object", "properties": { "customerId": { "type": "string", "example": "CN621868" }, "transactionId": { "type": "string", "example": "Tr201712RK9232P115" }, "loans": { "type": "array", "items": { "type": "object", "properties": { "debtId": { "type": "string", "example": "123456789" }, "loanDate": { "type": "string", "format": "date-time", "example": "2019-10-18 14:26:21.063" }, "dueDate": { "type": "string", "format": "date-time", "example": "2019-11-20 14:26:21.063" }, "currentLoanAmount": { "type": "integer", "example": 8500 }, "initialLoanAmount": { "type": "integer", "example": 10000 }, "defaultPenaltyFee": { "type": "integer", "example": 0 }, "continuousFee": { "type": "integer", "example": 0 }, "productId": { "type": "string", "example": "101" }, "installment": { "type": "array", "items": { "type": "object", "properties": { "amount": { "type": "number", "format": "float", "example": 10000.0 }, "repaymentDate": { "type": "string", "example": "2025-04-24 10:31:" } } } } } } }, "resultCode": { "type": "string", "example": "00" }, "resultDescription": { "type": "string", "example": "Successful" } }, "xml": { "name": "LoanStatusResponse" } }