title: FxTransfersPutBackendRequest
type: object
additionalProperties: false
description: 'PUT /fxTransfers/{commitRequestId} object'
properties:
  homeTransactionId:
    description: Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems.
    type: string
  fulfilment:
    $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/fulfilment"
  completedTimestamp:
    $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/completedTimestamp"
  conversionState:
    $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/conversionState"
  extensionList:
    $ref: "./ExtensionList_v2_1_0.yaml"
required:
  - conversionState
