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

SubscriptionUpdateTrial

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.SubscriptionUpdateTrial{
  trial_end: DateTime.t() | String.t() | nil
}
```

* `trial_end` - Set or extend the trial period of the subscription. If set to `now`, the trial will end immediately.

# `schema_name`

---

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