S76 Stripe v0.1.5 Stripe.Event View Source

The Stripe Event object.

See https://stripe.com/docs/api/curl#events for further details.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Stripe.Event{
  api_version: nil | String.t(),
  created: DateTime.t(),
  data: %{object: any()},
  id: nil | String.t(),
  livemode: boolean(),
  pending_webhooks: non_neg_integer(),
  request:
    nil
    | String.t()
    | %{id: nil | String.t(), idempotency_key: nil | String.t()},
  type: String.t()
}