Stripe.Resources.V2.Core.EventDestination.WebhookEndpoint (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Core.EventDestination.WebhookEndpoint{
  signing_secret: String.t() | nil,
  url: String.t() | nil
}
  • signing_secret - The signing secret of the webhook endpoint, only includable on creation.
  • url - The URL of the webhook endpoint, includable.