title: Money
type: object
additionalProperties: false
description: Data model for the complex type Money.
properties:
  currency:
    $ref: ./Currency.yaml
  amount:
    $ref: ./Amount.yaml
required:
  - currency
  - amount
