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

WebhookSubscriptionUncanceledPayload

Sent when a customer revokes a pending cancellation.

When a customer cancels with "at period end", they retain access until the
subscription would renew. During this time, they can change their mind and
undo the cancellation. This event is triggered when they do so.

**Discord & Slack support:** Full

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebhookSubscriptionUncanceledPayload{
  data: PolarExpress.Schemas.Subscription.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
```

* `data`
* `timestamp` - Format: date-time.
* `type`

# `schema_name`

---

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