{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-billing-entities-response-schema.json",
"title": "BillingEntitiesResponse",
"description": "BillingEntitiesResponse schema from Adyen API",
"type": "object",
"properties": {
"data": {
"description": "List of legal entities that can be used for the billing of orders.",
"items": {
"$ref": "#/components/schemas/BillingEntity"
},
"type": "array"
}
}
}