Files
medusa-store/www/apps/docs/content/references/entities/enums/RefundReason.mdx
Shahed Nasser c6dff873de docs: update docusaurus to v3 (#5625)
* update dependencies

* update onboarding mdx

* fixes for mdx issues

* fixes for mdx compatibility

* resolve mdx errors

* fixes in reference

* fix check errors

* revert change in vale action

* fix node version in action

* fix summary in markdown
2023-11-13 20:11:50 +02:00

50 lines
615 B
Plaintext

---
displayed_sidebar: entitiesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# RefundReason
The reason of the refund.
## Enumeration Members
### CLAIM
**CLAIM** = `"claim"`
The refund is applied because of a created claim.
___
### DISCOUNT
**DISCOUNT** = `"discount"`
The refund is applied as a discount.
___
### OTHER
**OTHER** = `"other"`
The refund is created for a custom reason.
___
### RETURN
**RETURN** = `"return"`
The refund is applied because of a created return.
___
### SWAP
**SWAP** = `"swap"`
The refund is applied because of a created swap.