{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Counterparty", "title": "Counterparty", "properties": { "bankAccount": { "description": "Contains information about the bank account.", "$ref": "#/components/schemas/BankAccount" }, "transferInstrumentId": { "description": "Unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).", "type": "string" } }, "type": "object" }