title: FxQuotesIDPutResponse
type: object
additionalProperties: false
description: The object sent in the PUT /fxQuotes/{ID} callback.
properties:
  condition:
    allOf:
      - $ref: ./IlpCondition.yaml
      - description: The ILP condition for the conversion.
  conversionTerms:
    allOf:
      - $ref: ./FxConversion.yaml
      - description: The terms under which the FXP will undertake the currency conversion proposed by the requester.

required:
  - conversionTerms
