Adyen · Schema

UltimateParentCompanyBusinessDetails

PaymentsFinancial ServicesFintech

Properties

Name Type Description
legalBusinessName string The legal name of the company.
registrationNumber string The registration number of the company.
stockExchange string Market Identifier Code (MIC).
stockNumber string International Securities Identification Number (ISIN).
stockTicker string Stock Ticker symbol.
View JSON Schema on GitHub

JSON Schema

adyen-ultimateparentcompanybusinessdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UltimateParentCompanyBusinessDetails",
  "title": "UltimateParentCompanyBusinessDetails",
  "properties": {
    "legalBusinessName": {
      "description": "The legal name of the company.",
      "type": "string"
    },
    "registrationNumber": {
      "description": "The registration number of the company.",
      "type": "string"
    },
    "stockExchange": {
      "description": "Market Identifier Code (MIC).",
      "type": "string"
    },
    "stockNumber": {
      "description": "International Securities Identification Number (ISIN).",
      "type": "string"
    },
    "stockTicker": {
      "description": "Stock Ticker symbol.",
      "type": "string"
    }
  },
  "type": "object"
}