Files
medusa-store/www/apps/resources/references/payment/interfaces/payment.CreateRefundReasonDTO/page.mdx
2024-08-07 12:38:54 +02:00

10 lines
671 B
Plaintext

---
displayed_sidebar: paymentReference
---
import { TypeList } from "docs-ui"
# CreateRefundReasonDTO
<TypeList types={[{"name":"label","type":"`string`","description":"The label of the refund reason","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the refund reason","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"The metadata of the refund reason","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="CreateRefundReasonDTO"/>