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

Refund

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.Refund{
  amount: term(),
  created_at: term(),
  currency: term(),
  customer_id: term(),
  dispute: term(),
  id: term(),
  metadata: term(),
  modified_at: term(),
  order_id: term(),
  organization_id: term(),
  reason: term(),
  revoke_benefits: term(),
  status: term(),
  subscription_id: term(),
  tax_amount: term()
}
```

* `amount`
* `created_at` - Creation timestamp of the object. Format: date-time.
* `currency`
* `customer_id` - Format: uuid4.
* `dispute` - Nullable.
* `id` - The ID of the object. Format: uuid4.
* `metadata`
* `modified_at` - Last modification timestamp of the object. Nullable.
* `order_id` - Format: uuid4.
* `organization_id` - Format: uuid4.
* `reason`
* `revoke_benefits`
* `status`
* `subscription_id` - Nullable.
* `tax_amount`

# `schema_name`

---

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