PolarExpress.Schemas.WebhookCustomerStateChangedPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookCustomerStateChangedPayload

Sent when a customer state has changed.

It's triggered when:

  • Customer is created, updated or deleted.
  • A subscription is created or updated.
  • A benefit is granted or revoked.

Discord & Slack support: Basic

Summary

Types

t()

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

Functions

schema_name()