60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"channel": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "T004"
|
|
},
|
|
"fbnTransactionId": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "Tr201712RK9232P115"
|
|
},
|
|
"debtId": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "273194670"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "2017821799"
|
|
},
|
|
"penalCharge": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 1.2
|
|
},
|
|
"lienAmount": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"example": 101.2
|
|
},
|
|
"countryId": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "01"
|
|
},
|
|
"comment": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"example": "Testing PenalChargeRequest"
|
|
}
|
|
},
|
|
"required": [
|
|
"penalCharge",
|
|
"lienAmount"
|
|
],
|
|
"additionalProperties": false
|
|
}
|