title: PartyIdInfo
type: object
description: Data model for the complex type PartyIdInfo.
properties:
  partyIdType:
    type: string
    description: Type of the identifier.
    example: PERSONAL_ID
  partyIdentifier:
    type: string
    description: An identifier for the Party.
    example: 16135551212
  partySubIdOrType:
    type: string
    description: A sub-identifier or sub-type for the Party.
    example: DRIVING_LICENSE
  fspId:
    type: string
    description: FSP ID (if known).
    example: 1234
required:
  - partyIdType
  - partyIdentifier
