Bunq · Schema

BankSwitchServiceNetherlandsIncomingPayment

Banking

Properties

Name Type Description
bank_switch_service object The bank switch service details.
payment object The payment made using bank switch service.
View JSON Schema on GitHub

JSON Schema

bunq-bankswitchservicenetherlandsincomingpayment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankSwitchServiceNetherlandsIncomingPayment",
  "title": "BankSwitchServiceNetherlandsIncomingPayment",
  "type": "object",
  "properties": {
    "bank_switch_service": {
      "type": "object",
      "description": "The bank switch service details.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BankSwitchServiceNetherlandsIncoming"
    },
    "payment": {
      "type": "object",
      "description": "The payment made using bank switch service.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Payment"
    }
  }
}