# `Stripe.Params.SubscriptionScheduleReleaseParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/subscription_schedule_release_params.ex#L2)

Parameters for subscription schedule release.

# `t`

```elixir
@type t() :: %Stripe.Params.SubscriptionScheduleReleaseParams{
  expand: [String.t()] | nil,
  preserve_cancel_date: boolean() | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `preserve_cancel_date` - Keep any cancellation on the subscription that the schedule has set

---

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