This object represents the result of an admin card-stop 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 = 7
id_type = 7{
"id_type": 7,
"notification": {
"card_id": 331,
"new_card_status": 9
}
}| Field | Type | Description |
|---|---|---|
notification.card_id | Number | Id of the card stopped. |
notification.new_card_status | Number | New status of the card stopped. |