16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"resultCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "Request is received"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "CustomerConsentResponse"
|
|
}
|
|
} |