PolarExpress.Schemas.WebhookMemberUpdatedPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookMemberUpdatedPayload

Sent when a member is updated.

This event is triggered when member details are updated, such as their name or role within the customer.

Discord & Slack support: Basic

Summary

Types

t()

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

Functions

schema_name()