PolarExpress.Schemas.WebhookOrderPaidPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookOrderPaidPayload

Sent when an order is paid.

When you receive this event, the order is fully processed and payment has been received.

Discord & Slack support: Full

Summary

Types

t()

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

Functions

schema_name()