Adyen · Schema

GetTermsOfServiceAcceptanceInfosResponse

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-gettermsofserviceacceptanceinfosresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetTermsOfServiceAcceptanceInfosResponse",
  "title": "GetTermsOfServiceAcceptanceInfosResponse",
  "properties": {
    "data": {
      "description": "The Terms of Service acceptance information.",
      "items": {
        "$ref": "#/components/schemas/TermsOfServiceAcceptanceInfo"
      },
      "type": "array"
    }
  },
  "type": "object"
}