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

Copy Markdown View Source

Parameters for event destination list.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.EventDestinationListParams{
  include: [String.t()] | nil,
  limit: integer() | nil
}
  • include - Additional fields to include in the response. Currently supports webhook_endpoint.url.
  • limit - The page size.