17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"lienAmount": {
|
|
"type": "number",
|
|
"example": 20000.0
|
|
},
|
|
"resultCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "Successful"
|
|
}
|
|
}
|
|
} |