Bunq · Schema

NotificationFilterUrlMonetaryAccount

Banking

Properties

Name Type Description
notification_filters array The types of notifications that will result in a url notification for this monetary account.
View JSON Schema on GitHub

JSON Schema

bunq-notificationfilterurlmonetaryaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationFilterUrlMonetaryAccount",
  "title": "NotificationFilterUrlMonetaryAccount",
  "type": "object",
  "properties": {
    "notification_filters": {
      "type": "array",
      "description": "The types of notifications that will result in a url notification for this monetary account.",
      "readOnly": false,
      "writeOnly": false,
      "items": {
        "$ref": "#/components/schemas/NotificationFilterUrl"
      }
    }
  }
}