# `Stripe.Resources.SubscriptionSchedule.CurrentPhase`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription_schedule.ex#L128)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SubscriptionSchedule.CurrentPhase{
  end_date: integer() | nil,
  start_date: integer() | nil
}
```

* `end_date` - The end of this phase of the subscription schedule. Format: Unix timestamp.
* `start_date` - The start of this phase of the subscription schedule. Format: Unix timestamp.

---

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