{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-balance-inquiry-request-structure.json", "description": "It conveys Information related to the account for which a Balance Inquiry is requested. Content of the Balance Inquiry Request message.", "type": "object", "properties": { "PaymentAccountReq": { "$ref": "#/components/schemas/PaymentAccountReq" }, "LoyaltyAccountReq": { "$ref": "#/components/schemas/LoyaltyAccountReq" } }, "name": "BalanceInquiryRequest" }