Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ namespace Stripe.V2
using System.Collections.Generic;
using Newtonsoft.Json;

/// <summary>
/// Set up an event destination to receive events from Stripe across multiple destination
/// types, including <a href="https://docs.stripe.com/webhooks">webhook endpoints</a> and <a
/// href="https://docs.stripe.com/event-destinations/eventbridge">Amazon EventBridge</a>.
/// Event destinations support receiving <a
/// href="https://docs.stripe.com/api/v2/events">thin events</a> and <a
/// href="https://docs.stripe.com/api/events">snapshot events</a>.
/// </summary>
public class EventDestination : StripeEntity<EventDestination>, IHasId, IHasMetadata, IHasObject
{
/// <summary>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading