Adyen · Schema

GetTermsOfServiceAcceptanceInfosResponse

GetTermsOfServiceAcceptanceInfosResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array The Terms of Service acceptance information.
View JSON Schema on GitHub

JSON Schema

legal-entity-get-terms-of-service-acceptance-infos-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-get-terms-of-service-acceptance-infos-response-schema.json",
  "title": "GetTermsOfServiceAcceptanceInfosResponse",
  "description": "GetTermsOfServiceAcceptanceInfosResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "data": {
      "description": "The Terms of Service acceptance information.",
      "items": {
        "$ref": "#/components/schemas/TermsOfServiceAcceptanceInfo"
      },
      "type": "array"
    }
  }
}