# `Stripe.Params.BillingPortal.ConfigurationCreateParams.Features.SubscriptionUpdate.ScheduleAtPeriodEnd`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing_portal/configuration_create_params.ex#L178)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.BillingPortal.ConfigurationCreateParams.Features.SubscriptionUpdate.ScheduleAtPeriodEnd{
    conditions:
      [
        Stripe.Params.BillingPortal.ConfigurationCreateParams.Features.SubscriptionUpdate.ScheduleAtPeriodEnd.Conditions.t()
      ]
      | nil
  }
```

* `conditions` - List of conditions. When any condition is true, the update will be scheduled at the end of the current period.

---

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