# `Stripe.Params.SubscriptionScheduleCreateParams.Phases.Duration`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/subscription_schedule_create_params.ex#L371)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SubscriptionScheduleCreateParams.Phases.Duration{
  interval: String.t() | nil,
  interval_count: integer() | nil
}
```

* `interval` - Specifies phase duration. Either `day`, `week`, `month` or `year`. Possible values: `day`, `month`, `week`, `year`.
* `interval_count` - The multiplier applied to the interval.

---

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