type: object
additionalProperties: false
required:
  - transferId
properties:
  transferId:
    $ref: ./CorrelationId.yaml
  fulfilment:
    $ref: ./IlpFulfilment.yaml
  extensionList:
    $ref: ./ExtensionList_v2_1_0.yaml
  transferState:
    $ref: ./TransferState.yaml
  lastError:
    $ref: ./transferError.yaml
