Adyen · Schema

BillingEntitiesResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array List of legal entities that can be used for the billing of orders.
View JSON Schema on GitHub

JSON Schema

adyen-billingentitiesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingEntitiesResponse",
  "title": "BillingEntitiesResponse",
  "properties": {
    "data": {
      "description": "List of legal entities that can be used for the billing of orders.",
      "items": {
        "$ref": "#/components/schemas/BillingEntity"
      },
      "type": "array"
    }
  },
  "type": "object"
}