title: IndividualTransfer
type: object
additionalProperties: false
description: Data model for the complex type 'individualTransfer'.
properties:
  transferId:
    $ref: ./CorrelationId.yaml
  to:
    $ref: ./transferParty.yaml
  amountType:
    $ref: ./AmountType.yaml
  currency:
    $ref: ./Currency.yaml
  amount:
    $ref: ./Amount.yaml
  transactionType:
    $ref: ./transferTransactionType.yaml
  subScenario:
    $ref: ./TransactionSubScenario.yaml
  ilpPacket:
    $ref: ./IlpPacket.yaml
  condition:
    $ref: ./IlpCondition.yaml
  note:
    $ref: ./Note.yaml
  extensions:
    $ref: ExtensionList_v2_1_0.yaml
required:
  - transferId
  - to
  - amountType
  - currency
  - amount
  - ilpPacket
  - condition
