PolarExpress.Events.BenefitGrantUpdated (polar_express v0.1.5)

Copy Markdown View Source

Webhook event for benefit_grant.updated.

Sent when a benefit grant is updated.

Discord & Slack support: Basic

The data field contains a PolarExpress.Schemas.BenefitGrantWebhook struct.

Summary

Functions

Returns the event type string.

Types

t()

@type t() :: %PolarExpress.Events.BenefitGrantUpdated{
  data: PolarExpress.Schemas.BenefitGrantWebhook.t(),
  timestamp: String.t(),
  type: String.t()
}

Functions

event_type()

@spec event_type() :: String.t()

Returns the event type string.