{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/funds-account-holder-balance-request-structure.json", "description": "AccountHolderBalanceRequest schema from Adyen API", "type": "object", "properties": { "accountHolderCode": { "description": "The code of the Account Holder of which to retrieve the balance.", "type": "string" } }, "required": [ "accountHolderCode" ], "name": "AccountHolderBalanceRequest" }