ExLine.Webhook.Event.Membership (ExLine v0.1.0)

Copy Markdown View Source

A change to a user's paid membership for the account.

Summary

Types

t()

@type t() :: %ExLine.Webhook.Event.Membership{
  delivery_context: term(),
  membership: term(),
  mode: term(),
  raw: term(),
  reply_token: term(),
  source: term(),
  timestamp: term(),
  type: term(),
  webhook_event_id: term()
}