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