Files
digifi-BankToProductCore/app/swagger/schemas/ProvideLoanResponse.json
T
2025-09-12 13:06:41 +01:00

41 lines
762 B
JSON

{
"type": "object",
"properties": {
"requestId": {
"type": "string",
"example": "81757678335583"
},
"transactionId": {
"type": "string",
"example": "TRCVIC73089465966"
},
"loanRef": {
"type": "string",
"example": "TRCVIC73089465966USSD3MPC"
},
"customerId": {
"type": "string",
"example": "ZX48440946"
},
"accountId": {
"type": "string",
"example": "361005323"
},
"msisdn": {
"type": "string",
"example": "98016510058"
},
"resultCode": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Successful"
}
},
"xml": {
"name": "ProvideLoanResponse"
}
}