Stripe.Resources.InvoiceLineItem.Period (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.