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
@type t() :: %PolarExpress.Events.BenefitGrantRevoked{ data: PolarExpress.Schemas.BenefitGrantWebhook.t(), timestamp: String.t(), type: String.t() }
type- Always"benefit_grant.revoked".data- The event payload. SeePolarExpress.Schemas.BenefitGrantWebhook.timestamp- ISO 8601 timestamp of when the event occurred.
Functions
@spec event_type() :: String.t()
Returns the event type string.