title: IndividualQuote
type: object
additionalProperties: false
description: Data model for the complex type IndividualQuote.
properties:
  quoteId:
    $ref: ./CorrelationId.yaml
  transactionId:
    $ref: ./CorrelationId.yaml
  payee:
    $ref: ./Party.yaml
  amountType:
    $ref: ./AmountType.yaml
  amount:
    $ref: ./Money.yaml
  fees:
    $ref: ./Money.yaml
  transactionType:
    $ref: ./TransactionType.yaml
  note:
    $ref: ./Note.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - quoteId
  - transactionId
  - payee
  - amountType
  - amount
  - transactionType
