Files
medusa-store/www/apps/docs/content/references/entities/enums/RefundReason.mdx
github-actions[bot] cdd42dbdcd chore(docs): Generated References (#5743)
Generated the following references:
- `entities`
- `inventory`
- `js-client`
- `pricing`
- `product`
- `services`
- `stock-location`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-11-27 18:58:52 +00:00

50 lines
620 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.