Polarex.WebhookEndpointCreate (Polarex v0.3.1)

Copy Markdown View Source

Provides struct and type for a WebhookEndpointCreate

Summary

Types

t()

@type t() :: %Polarex.WebhookEndpointCreate{
  events: [String.t()],
  format: String.t(),
  name: String.t() | nil,
  organization_id: String.t() | nil,
  url: String.t()
}