Bunq · Schema

MonetaryAccountSetting

Banking

Properties

Name Type Description
color string The color chosen for the MonetaryAccount.
icon string The icon chosen for the MonetaryAccount.
default_avatar_status string The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
restriction_chat string The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
sdd_expiration_action string The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
View JSON Schema on GitHub

JSON Schema

bunq-monetaryaccountsetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MonetaryAccountSetting",
  "title": "MonetaryAccountSetting",
  "type": "object",
  "properties": {
    "color": {
      "type": "string",
      "description": "The color chosen for the MonetaryAccount.",
      "readOnly": false,
      "writeOnly": false
    },
    "icon": {
      "type": "string",
      "description": "The icon chosen for the MonetaryAccount.",
      "readOnly": false,
      "writeOnly": false
    },
    "default_avatar_status": {
      "type": "string",
      "description": "The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.",
      "readOnly": false,
      "writeOnly": false
    },
    "restriction_chat": {
      "type": "string",
      "description": "The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING",
      "readOnly": false,
      "writeOnly": false
    },
    "sdd_expiration_action": {
      "type": "string",
      "description": "The preference for this monetary account on whether to automatically accept or reject expiring SDDs.",
      "readOnly": false,
      "writeOnly": false
    }
  }
}