StripeElixir.Params.InvoiceItemUpdateParams.Period (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.InvoiceItemUpdateParams.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.