# `Stripe.Params.SubscriptionCreateParams.AddInvoiceItems.Period.End`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/subscription_create_params.ex#L180)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SubscriptionCreateParams.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`, `timestamp`.

---

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