PolarExpress.Schemas.WebhookOrderUpdatedPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookOrderUpdatedPayload

Sent when an order is updated.

An order is updated when:

  • Its status changes, e.g. from pending to paid.
  • It's refunded, partially or fully.

Discord & Slack support: Full

Summary

Types

t()

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

Functions

schema_name()