Bunq · Schema

ScheduleAnchorObject

Banking

Properties

Name Type Description
Payment object
PaymentBatch object
View JSON Schema on GitHub

JSON Schema

bunq-scheduleanchorobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleAnchorObject",
  "title": "ScheduleAnchorObject",
  "type": "object",
  "properties": {
    "Payment": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Payment"
    },
    "PaymentBatch": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/PaymentBatch"
    }
  }
}