# `Stripe.Resources.InvoiceLineItem.Period`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice_line_item.ex#L242)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.InvoiceLineItem.Period{
  end: integer() | nil,
  start: integer() | nil
}
```

* `end` - The end of the period, which must be greater than or equal to the start. This value is inclusive. Format: Unix timestamp.
* `start` - The start of the period. This value is inclusive. Format: Unix timestamp.

---

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