This object represents the result of an admin card-unstop operation.
| Field | Type | Description |
|---|---|---|
id_type | Number | ID representing a notification type from a predefined catalog. |
notification | Object | Dynamic object containing data specific to the given id_type. |
Example when id_type = 8
id_type = 8{
"id_type": 8,
"notification": {
"card_id": 331,
"message": "Card was unblocked successfully"
}
}| Field | Type | Description |
|---|---|---|
notification.card_id | Number | Id of the card unstopped. |
notification.message | String | Success message of the card-unstop operation. |