18 lines
408 B
YAML
18 lines
408 B
YAML
type: object
|
|
required:
|
|
- amount
|
|
- reason
|
|
properties:
|
|
amount:
|
|
description: The amount to refund.
|
|
type: integer
|
|
reason:
|
|
description: The reason for the Refund.
|
|
type: string
|
|
note:
|
|
description: A note with additional details about the Refund.
|
|
type: string
|
|
no_notification:
|
|
description: If set to true no notification will be send related to this Refund.
|
|
type: boolean
|