Nested struct within the parent resource.
Summary
Types
@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.