Files
medusa-store/docs/api/admin/components/schemas/AdminPostPaymentRefundsReq.yaml
2022-12-22 17:09:49 +02:00

15 lines
286 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