PolarExpress.Events.BenefitGrantRevoked (polar_express v0.1.5)

Copy Markdown View Source

Webhook event for benefit_grant.revoked.

Sent when a benefit grant is revoked.

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.BenefitGrantRevoked{
  data: PolarExpress.Schemas.BenefitGrantWebhook.t(),
  timestamp: String.t(),
  type: String.t()
}

Functions

event_type()

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

Returns the event type string.