StripeElixir.Params.V2.Core.EventListParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for event list.

Summary

Types

t()

@type t() :: %StripeElixir.Params.V2.Core.EventListParams{
  created: map() | nil,
  limit: integer() | nil,
  object_id: String.t() | nil,
  types: [String.t()] | nil
}
  • created - Set of filters to query events within a range of created timestamps.
  • limit - The page size.
  • object_id - Primary object ID used to retrieve related events.
  • types - An array of up to 20 strings containing specific event names.