36 lines
785 B
JSON
36 lines
785 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"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "ACN8263457"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "RepaymentRequest"
|
|
}
|
|
} |