# `Stripe.Resources.SubscriptionSchedule.Phases.AddInvoiceItems.Period.End`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription_schedule.ex#L412)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SubscriptionSchedule.Phases.AddInvoiceItems.Period.End{
  timestamp: integer() | nil,
  type: String.t() | nil
}
```

* `timestamp` - A precise Unix timestamp for the end of the invoice item period. Must be greater than or equal to `period.start`. Format: Unix timestamp.
* `type` - Select how to calculate the end of the invoice item period. Possible values: `min_item_period_end`, `phase_end`, `timestamp`.

---

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