Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
stripe
/
stripe-php
/
lib
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/stripe/stripe-php/lib/WebhookEndpoint.php
<?php namespace Stripe; /** * Class WebhookEndpoint * * @property string $id * @property string $object * @property int $created * @property string[] $enabled_events * @property bool $livemode * @property string $secret * @property string $status * @property string $url * * @package Stripe */ class WebhookEndpoint extends ApiResource { const OBJECT_NAME = "webhook_endpoint"; use ApiOperations\All; use ApiOperations\Create; use ApiOperations\Delete; use ApiOperations\Retrieve; use ApiOperations\Update; }