PolarExpress.Schemas.WebhookCustomerSeatRevokedPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookCustomerSeatRevokedPayload

Sent when a customer seat is revoked.

This event is triggered when access to a seat is revoked, either manually by the organization or automatically when a subscription is canceled.

Summary

Types

t()

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

Functions

schema_name()