title: FxTransfersIDPutResponse
type: object
additionalProperties: false
description: 'The object sent in the PUT /fxTransfers/{ID} callback.'
properties:
  fulfilment:
    allOf:
      - $ref: ./IlpFulfilment.yaml
      - description: The fulfilment of the condition specified for the currency conversion. Mandatory if the conversion has been executed successfully.
  completedTimestamp:
    allOf:
      - $ref: ./DateTime.yaml
      - description: Time and date when the conversion was executed.
  conversionState:
    allOf:
      - $ref: ./TransferState.yaml
      - description: The current status of the conversion request.
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - conversionState
