PolarExpress.Schemas.WebhookCustomerStateChangedPayload (polar_express v0.1.5)

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: PolarExpress.Schemas.CustomerState.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
  • data
  • timestamp - Format: date-time.
  • type

Functions

schema_name()