PolarExpress.Schemas.WebhookCustomerCreatedPayload (polar_express v0.1.5)

Copy Markdown View Source

WebhookCustomerCreatedPayload

Sent when a new customer is created.

A customer can be created:

  • After a successful checkout.
  • Programmatically via the API.

Discord & Slack support: Basic

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.WebhookCustomerCreatedPayload{
  data: PolarExpress.Schemas.Customer.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
  • data
  • timestamp - Format: date-time.
  • type

Functions

schema_name()