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

Nested struct within the parent resource.

# `t`

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

* `type` - The type of condition. Possible values: `decreasing_item_amount`, `shortening_interval`.

---

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