35 lines
625 B
JSON
35 lines
625 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "MOBILE"
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "T002"
|
|
},
|
|
"requestId": {
|
|
"type": "string",
|
|
"example": "R02802"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "2017821799"
|
|
},
|
|
"countryId": {
|
|
"type": "string",
|
|
"example": "01"
|
|
},
|
|
"transactionType": {
|
|
"type": "string",
|
|
"example": "Disbursement"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|