Polarex.WebhookEndpointCreate (Polarex v0.2.3)

View Source

Provides struct and type for a WebhookEndpointCreate

Summary

Types

t()

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