Bunq · Schema

PaymentBatch

Banking

Properties

Name Type Description
payments object The list of mutations that were made.
View JSON Schema on GitHub

JSON Schema

bunq-paymentbatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentBatch",
  "title": "PaymentBatch",
  "type": "object",
  "properties": {
    "payments": {
      "type": "object",
      "description": "The list of mutations that were made.",
      "readOnly": false,
      "writeOnly": false,
      "$ref": "#/components/schemas/PaymentBatchAnchoredPayment"
    }
  }
}