# `PolarExpress.Schemas.RefundReason`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/refund_reason.ex#L2)

RefundReason enum. Possible values: `duplicate`, `fraudulent`, `customer_request`, `service_disruption`, `satisfaction_guarantee`, `dispute_prevention`, `other`.

# `t`

```elixir
@type t() :: String.t()
```

# `schema_name`

# `values`

List of valid enum values.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
