Bunq · Schema

PaymentBatchAnchoredPayment

Banking

Properties

Name Type Description
Payment array
View JSON Schema on GitHub

JSON Schema

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