Webhook event for checkout.updated.
Sent when a checkout is updated.
Discord & Slack support: Basic
The data field contains a PolarExpress.Schemas.Checkout struct.
Summary
Functions
Returns the event type string.
Types
@type t() :: %PolarExpress.Events.CheckoutUpdated{ data: PolarExpress.Schemas.Checkout.t(), timestamp: String.t(), type: String.t() }
type- Always"checkout.updated".data- The event payload. SeePolarExpress.Schemas.Checkout.timestamp- ISO 8601 timestamp of when the event occurred.
Functions
@spec event_type() :: String.t()
Returns the event type string.