Bunq · Schema

MasterCardActionReference

Banking

Properties

Name Type Description
event_id integer The id of the event.
View JSON Schema on GitHub

JSON Schema

bunq-mastercardactionreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MasterCardActionReference",
  "title": "MasterCardActionReference",
  "type": "object",
  "properties": {
    "event_id": {
      "type": "integer",
      "description": "The id of the event.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}