Parameters for event list.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.EventListParams{ created: term(), limit: term(), object_id: term(), types: term() }
created- Set of filters to query events within a range ofcreatedtimestamps.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.