Adyen · Schema

Name-2

PaymentsFinancial ServicesFintech

Properties

Name Type Description
firstName string The first name.
fullName string The full name.
infix string The infix in the name, if any.
lastName string The last name.
View JSON Schema on GitHub

JSON Schema

adyen-name-2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Name-2",
  "title": "Name-2",
  "properties": {
    "firstName": {
      "description": "The first name.",
      "type": "string"
    },
    "fullName": {
      "description": "The full name.",
      "type": "string"
    },
    "infix": {
      "description": "The infix in the name, if any.",
      "type": "string"
    },
    "lastName": {
      "description": "The last name.",
      "type": "string"
    }
  }
}