--- displayed_sidebar: entitiesSidebar --- import TypeList from "@site/src/components/TypeList" # 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.