Files
medusa-store/www/apps/resources/references/payment/interfaces/payment.CreateRefundReasonDTO/page.mdx
2024-08-18 16:54:36 +02:00

10 lines
794 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":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateRefundReasonDTO"/>