38 lines
363 B
Plaintext
38 lines
363 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# RefundReason
|
|
|
|
## Enumeration Members
|
|
|
|
### CLAIM
|
|
|
|
**CLAIM** = ``"claim"``
|
|
|
|
___
|
|
|
|
### DISCOUNT
|
|
|
|
**DISCOUNT** = ``"discount"``
|
|
|
|
___
|
|
|
|
### OTHER
|
|
|
|
**OTHER** = ``"other"``
|
|
|
|
___
|
|
|
|
### RETURN
|
|
|
|
**RETURN** = ``"return"``
|
|
|
|
___
|
|
|
|
### SWAP
|
|
|
|
**SWAP** = ``"swap"``
|