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

Provides struct and type for a Refund

# `t`

```elixir
@type t() :: %Polarex.Refund{
  amount: integer(),
  created_at: DateTime.t(),
  currency: String.t(),
  customer_id: String.t(),
  dispute: Polarex.RefundDispute.t() | nil,
  id: String.t(),
  metadata: map(),
  modified_at: DateTime.t() | nil,
  order_id: String.t(),
  organization_id: String.t(),
  reason: String.t(),
  revoke_benefits: boolean(),
  status: String.t(),
  subscription_id: String.t() | nil,
  tax_amount: integer()
}
```

---

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