Stripe.Params.V2.Core.EventListParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for event list.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.EventListParams{
  created: Stripe.Params.V2.Core.EventListParams.Created.t() | 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.