PolarExpress.Schemas.WebhookOrderRefundedPayload (polar_express v0.2.2)

Copy Markdown View Source

WebhookOrderRefundedPayload

Sent when an order is fully or partially refunded.

Discord & Slack support: Full

Summary

Types

t()

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

Functions

schema_name()