PolarExpress.Schemas.WebhookSubscriptionCanceledPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookSubscriptionCanceledPayload

Sent when a subscription is canceled. Customers might still have access until the end of the current period.

Discord & Slack support: Full

Summary

Types

t()

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

Functions

schema_name()