title: Refund
type: object
additionalProperties: false
description: Data model for the complex type Refund.
properties:
  originalTransactionId:
    $ref: ./CorrelationId.yaml
  refundReason:
    $ref: ./RefundReason.yaml
required:
  - originalTransactionId
