Stripe.Resources.V2.Core.Event.Reason.Request (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Core.Event.Reason.Request{
  id: String.t() | nil,
  idempotency_key: String.t() | nil
}
  • id - ID of the API request that caused the event.
  • idempotency_key - The idempotency key transmitted during the request.