PolarExpress.Schemas.WebhookSubscriptionActivePayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookSubscriptionActivePayload

Sent when a subscription becomes active, whether because it's a new paid subscription or because payment was recovered.

Discord & Slack support: Full

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.WebhookSubscriptionActivePayload{
  data: term(),
  timestamp: term(),
  type: term()
}
  • data
  • timestamp - Format: date-time.
  • type

Functions

schema_name()