title: IndividualTransferResult
type: object
additionalProperties: false
description: Data model for the complex type IndividualTransferResult.
properties:
  transferId:
    $ref: ./CorrelationId.yaml
  fulfilment:
    $ref: ./IlpFulfilment.yaml
  errorInformation:
    $ref: ./ErrorInformation.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - transferId
