title: PartyResult
type: object
additionalProperties: false
description: Data model for the complex type PartyResult.
properties:
  partyId:
    $ref: ./PartyIdInfo.yaml
  errorInformation:
    $ref: ./ErrorInformation.yaml
required:
  - partyId
