# `Polarex.RefundCreate`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/refund_create.ex#L1)

Provides struct and type for a RefundCreate

# `t`

```elixir
@type t() :: %Polarex.RefundCreate{
  amount: integer(),
  comment: String.t() | nil,
  metadata: map() | nil,
  order_id: String.t(),
  reason: String.t(),
  revoke_benefits: boolean() | nil
}
```

---

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