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

Copy Markdown View Source

Parameters for event destination list.

Summary

Types

t()

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