From 174b5230a9d642230f311cda96385ec4f5274554 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:51:07 +0000 Subject: [PATCH] Update generated code for v1520 --- OPENAPI_VERSION | 2 +- lib/V2/EventDestination.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ddf5ac544..caaaa3cf0 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1505 \ No newline at end of file +v1520 \ No newline at end of file diff --git a/lib/V2/EventDestination.php b/lib/V2/EventDestination.php index 39da95ff9..91b29cc57 100644 --- a/lib/V2/EventDestination.php +++ b/lib/V2/EventDestination.php @@ -5,6 +5,8 @@ namespace Stripe\V2; /** + * Set up an event destination to receive events from Stripe across multiple destination types, including webhook endpoints and Amazon EventBridge. Event destinations support receiving thin events and snapshot events. + * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value of the object field. * @property null|\Stripe\StripeObject $amazon_eventbridge Amazon EventBridge configuration.