Files
FirstCore/app/swagger/schemas/RepaymentRequest.json
T
Azeez Muibi 075f953dbc first commit
2025-04-10 19:32:50 +01:00

32 lines
685 B
JSON

{
"type": "object",
"properties": {
"msisdn": {
"type": "string",
"example": "3451342"
},
"debtId": {
"type": "string",
"example": "10"
},
"productId": {
"type": "string",
"example": "101"
},
"transactionId": {
"type": "string",
"example": "20171209232115"
},
"customerId": {
"type": "string",
"example": "CID0000025585"
},
"channel": {
"type": "string",
"example": "USSD"
}
},
"xml": {
"name": "RepaymentRequest"
}
}