Bunq · Schema

BunqMeTabResultInquiry

Banking

Properties

Name Type Description
payment object The payment made for the Tab.
bunq_me_tab_id integer The Id of the bunq.me tab that this BunqMeTabResultInquiry belongs to.
View JSON Schema on GitHub

JSON Schema

bunq-bunqmetabresultinquiry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BunqMeTabResultInquiry",
  "title": "BunqMeTabResultInquiry",
  "type": "object",
  "properties": {
    "payment": {
      "type": "object",
      "description": "The payment made for the Tab.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Payment"
    },
    "bunq_me_tab_id": {
      "type": "integer",
      "description": "The Id of the bunq.me tab that this BunqMeTabResultInquiry belongs to.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}