Generated the following references: - `entities` - `file` - `fulfillment` - `inventory` - `js_client` - `medusa` - `medusa_config` - `medusa_react` - `modules` - `notification` - `payment` - `price_selection` - `pricing` - `product` - `search` - `services` - `stock_location` - `tax` - `tax_calculation` - `types` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
42 lines
595 B
Plaintext
42 lines
595 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# RefundReason
|
|
|
|
The reason of the refund.
|
|
|
|
## Enumeration Members
|
|
|
|
### DISCOUNT
|
|
|
|
**DISCOUNT** = `"discount"`
|
|
|
|
The refund is applied as a discount.
|
|
|
|
### RETURN
|
|
|
|
**RETURN** = `"return"`
|
|
|
|
The refund is applied because of a created return.
|
|
|
|
### SWAP
|
|
|
|
**SWAP** = `"swap"`
|
|
|
|
The refund is applied because of a created swap.
|
|
|
|
### CLAIM
|
|
|
|
**CLAIM** = `"claim"`
|
|
|
|
The refund is applied because of a created claim.
|
|
|
|
### OTHER
|
|
|
|
**OTHER** = `"other"`
|
|
|
|
The refund is created for a custom reason.
|