title: TransfersIDPutResponse
type: object
additionalProperties: false
description: The object sent in the PUT /transfers/{ID} callback.
properties:
  fulfilment:
    $ref: ./IlpFulfilment.yaml
  completedTimestamp:
    $ref: ./DateTime.yaml
  transferState:
    $ref: ./TransferState.yaml
  extensionList:
    $ref: ./ExtensionList_v2_1_0.yaml
required:
  - transferState
