title: IndividualTransfer
type: object
description: Data model for the complex type IndividualTransfer.
properties:
  transferId:
    type: string
    description: Identifies messages related to the same /transfers sequence.
    example: b51ec534-ee48-4575-b6a9-ead2955b8069
  transferAmount:
    $ref: ./Money.yaml
    description: Transaction amount to be sent.
  ilpPacket:
    type: string
    description: >-
      ILP Packet containing the amount delivered to the Payee and the ILP
      Address of the Payee and any other end-to-end data.
    example: >-
      AYIBgQAAAAAAAASwNGxldmVsb25lLmRmc3AxLm1lci45T2RTOF81MDdqUUZERmZlakgyOVc4bXFmNEpLMHlGTFGCAUBQU0svMS4wCk5vbmNlOiB1SXlweUYzY3pYSXBFdzVVc05TYWh3CkVuY3J5cHRpb246IG5vbmUKUGF5bWVudC1JZDogMTMyMzZhM2ItOGZhOC00MTYzLTg0NDctNGMzZWQzZGE5OGE3CgpDb250ZW50LUxlbmd0aDogMTM1CkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpTZW5kZXItSWRlbnRpZmllcjogOTI4MDYzOTEKCiJ7XCJmZWVcIjowLFwidHJhbnNmZXJDb2RlXCI6XCJpbnZvaWNlXCIsXCJkZWJpdE5hbWVcIjpcImFsaWNlIGNvb3BlclwiLFwiY3JlZGl0TmFtZVwiOlwibWVyIGNoYW50XCIsXCJkZWJpdElkZW50aWZpZXJcIjpcIjkyODA2MzkxXCJ9IgA
  condition:
    type: string
    description: Condition that must be fulfilled to commit the transfer.
    example: f5sqb7tBTWPd5Y8BDFdMm9BJR_MNI4isf8p8n4D5pHA
  extensionList:
    $ref: ./ExtensionList.yaml
    description: 'Optional extension, specific to deployment.'
required:
  - transferId
  - transferAmount
  - ilpPacket
  - condition
