Files
digifi-BankToProductCore/app/swagger/schemas/RepaymentRequest.json
T
2025-05-28 20:05:38 +01:00

32 lines
709 B
JSON

{
"type": "object",
"properties": {
"msisdn": {
"type": "string",
"example": "3451342"
},
"debtId": {
"type": "string",
"example": "10"
},
"transactionId": {
"type": "string",
"example": "20171209232115"
},
"customerId": {
"type": "string",
"example": "CID0000025585"
},
"loanRef": {
"type": "string",
"example": "Trx5847365252USSD3MPC"
},
"accountId": {
"type": "string",
"example": "ACN8263457"
}
},
"xml": {
"name": "RepaymentRequest"
}
}