{ "$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" } } }