Bunq · Schema

BankSwitchServiceNetherlandsIncoming

Banking

Properties

Name Type Description
alias object The label of the monetary of this switch service.
counterparty_alias object The IBAN alias that's displayed for this switch service.
status string The status of the switch service.
user_alias object The label of the user creator of this switch service.
sub_status string The sub status of the switch service.
time_start_desired string The timestamp when the switch service desired to be start.
time_start_actual string The timestamp when the switch service actually starts.
time_end string The timestamp when the switch service ends.
attachment object Reference to the bank transfer form for this switch-service.
View JSON Schema on GitHub

JSON Schema

bunq-bankswitchservicenetherlandsincoming-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankSwitchServiceNetherlandsIncoming",
  "title": "BankSwitchServiceNetherlandsIncoming",
  "type": "object",
  "properties": {
    "alias": {
      "type": "object",
      "description": "The label of the monetary of this switch service.",
      "readOnly": false,
      "writeOnly": false,
      "$ref": "#/components/schemas/LabelMonetaryAccount"
    },
    "counterparty_alias": {
      "type": "object",
      "description": "The IBAN alias that's displayed for this switch service.",
      "readOnly": false,
      "writeOnly": false,
      "$ref": "#/components/schemas/LabelMonetaryAccount"
    },
    "status": {
      "type": "string",
      "description": "The status of the switch service.",
      "readOnly": false,
      "writeOnly": false
    },
    "user_alias": {
      "type": "object",
      "description": "The label of the user creator of this switch service.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/LabelUser"
    },
    "sub_status": {
      "type": "string",
      "description": "The sub status of the switch service.",
      "readOnly": true,
      "writeOnly": false
    },
    "time_start_desired": {
      "type": "string",
      "description": "The timestamp when the switch service desired to be start.",
      "readOnly": true,
      "writeOnly": false
    },
    "time_start_actual": {
      "type": "string",
      "description": "The timestamp when the switch service actually starts.",
      "readOnly": true,
      "writeOnly": false
    },
    "time_end": {
      "type": "string",
      "description": "The timestamp when the switch service ends.",
      "readOnly": true,
      "writeOnly": false
    },
    "attachment": {
      "type": "object",
      "description": "Reference to the bank transfer form for this switch-service.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Attachment"
    }
  }
}