title: FxTransfersPostBackendResponse
type: object
additionalProperties: false
description: 'The object sent as a response for the POST /fxTransfers request.'
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: ./TransferStateFromBackend.yaml
  extensionList:
    $ref: "./ExtensionList_v2_1_0.yaml"
required:
  - conversionState
