title: TransfersPostRequest
type: object
additionalProperties: false
description: The object sent in the POST /transfers request.
properties:
  transferId:
    $ref: ./CorrelationId.yaml
  payeeFsp:
    $ref: ./FspId.yaml
  payerFsp:
    $ref: ./FspId.yaml
  amount:
    $ref: ./Money.yaml
  ilpPacket:
    $ref: ./IlpPacket.yaml
  condition:
    $ref: ./IlpCondition.yaml
  expiration:
    $ref: ./DateTime.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - transferId
  - payeeFsp
  - payerFsp
  - amount
  - ilpPacket
  - condition
  - expiration
