This object represents the result of an admin program-update 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 = 11
id_type = 11{
"id_type": 11,
"notification": {
"id": 34,
"code": "JJK260422580",
"name": "Test 1308",
"status": true,
"version": 2,
"created_at": "2026-04-22",
"cutoff_day": 1,
"emission_fee": 0,
"is_guarantee": false,
"interest_rate": 2600,
"grace_period_days": 25,
"default_interest_rate": 3500,
"min_due_payment_multiplier": 1000,
"withdrawal_commission_rate": 900,
"default_interest_commission": 15000,
"deferred_purchase_interest_rate": 1500
}
}| Field | Type | Description |
|---|---|---|
notification.id | Number | Id of the updated program. |
notification.code | String | Code of the updated program. |
notification.name | String | Name of the updated program. |
notification.status | Boolean | Status of the updated program. |
notification.version | Number | Version number of the updated program. |
notification.created_at | String | Date of the program update. |
notification.cutoff_day | Number | Billing cutoff day of the month (1–31). |
notification.emission_fee | Number | Card emission fee in cents. |
notification.is_guarantee | Boolean | Whether the program requires a guarantee. |
notification.interest_rate | Number | Annual interest rate in basis points. |
notification.grace_period_days | Number | Number of grace period days. |
notification.default_interest_rate | Number | Default interest rate in basis points. |
notification.min_due_payment_multiplier | Number | Multiplier for minimum due payment in basis points. |
notification.withdrawal_commission_rate | Number | Commission rate for withdrawals in basis points. |
notification.default_interest_commission | Number | Default interest rate in basis points. |
notification.deferred_purchase_interest_rate | Number | Interest rate for deferred purchases in basis points. |