type: object
additionalProperties: false
required:
  - transferId
  - currentState
  - fulfil
properties:
  transferId:
    $ref: ./CorrelationId.yaml
  currentState:
    $ref: ./transferStatus.yaml
  fulfil:
    type: object
    required:
      - body
    properties:
      body:
        $ref: ./TransfersIDPutResponse.yaml
      headers:
        type: object
