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

Provides struct and type for a RefundDispute

# `t`

```elixir
@type t() :: %Polarex.RefundDispute{
  amount: integer(),
  closed: boolean(),
  created_at: DateTime.t(),
  currency: String.t(),
  evidence_due_by: DateTime.t() | nil,
  id: String.t(),
  modified_at: DateTime.t() | nil,
  order_id: String.t(),
  past_due: boolean(),
  payment_id: String.t(),
  reason: String.t() | nil,
  resolved: boolean(),
  status: String.t(),
  tax_amount: integer()
}
```

---

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