Skip to content

Commit

Permalink
Update generated code for v1520
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 28, 2025
1 parent ea3f791 commit 6d4655d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/V2/Core/EventService.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class EventService extends \Stripe\Service\AbstractService
/**
* List events, going back up to 30 days.
*
* @param null|array{limit?: int, object_id: string, page?: string} $params
* @param null|array{created_gt?: string, created_gte?: string, created_lt?: string, created_lte?: string, delivery_success?: bool, limit?: int, object_id?: string, page?: string} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
Expand Down
2 changes: 2 additions & 0 deletions lib/V2/EventDestination.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
namespace Stripe\V2;

/**
* 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>.
*
* @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|(object{aws_account_id: string, aws_event_source_arn: string, aws_event_source_status: string}&\Stripe\StripeObject&\stdClass) $amazon_eventbridge Amazon EventBridge configuration.
Expand Down

0 comments on commit 6d4655d

Please sign in to comment.