# `Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/configuration.ex#L252)

Nested struct within the parent resource.

# `t`

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

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

---

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