PolarExpress.Schemas.WebhookRefundCreatedPayload (polar_express v0.1.5)

Copy Markdown View Source

WebhookRefundCreatedPayload

Sent when a refund is created regardless of status.

Discord & Slack support: Full

Summary

Types

t()

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

Functions

schema_name()