Bunq · Schema

AttachmentMonetaryAccountPayment

Banking

Properties

Name Type Description
id integer The id of the attached Attachment.
monetary_account_id integer The id of the MonetaryAccount this Attachment is attached from.
View JSON Schema on GitHub

JSON Schema

bunq-attachmentmonetaryaccountpayment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttachmentMonetaryAccountPayment",
  "title": "AttachmentMonetaryAccountPayment",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the attached Attachment.",
      "readOnly": false,
      "writeOnly": false
    },
    "monetary_account_id": {
      "type": "integer",
      "description": "The id of the MonetaryAccount this Attachment is attached from.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}