File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/stripe/stripe-php/lib/V2Linux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: EventDestination.php <?php // File generated from our OpenAPI spec namespace WPForms\Vendor\Stripe\V2; /** * @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. * @property int $created Time at which the object was created. * @property string $description An optional description of what the event destination is used for. * @property string[] $enabled_events The list of events to enable for this endpoint. * @property string $event_payload Payload type of events being subscribed to. * @property null|string[] $events_from Where events should be routed from. * @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. * @property null|\Stripe\StripeObject $metadata Metadata. * @property string $name Event destination name. * @property null|string $snapshot_api_version If using the snapshot event payload, the API version events are rendered as. * @property string $status Status. It can be set to either enabled or disabled. * @property null|\Stripe\StripeObject $status_details Additional information about event destination status. * @property string $type Event destination type. * @property int $updated Time at which the object was last updated. * @property null|\Stripe\StripeObject $webhook_endpoint Webhook endpoint configuration. */ class EventDestination extends \WPForms\Vendor\Stripe\ApiResource { const OBJECT_NAME = 'v2.core.event_destination'; const EVENT_PAYLOAD_SNAPSHOT = 'snapshot'; const EVENT_PAYLOAD_THIN = 'thin'; const STATUS_DISABLED = 'disabled'; const STATUS_ENABLED = 'enabled'; const TYPE_AMAZON_EVENTBRIDGE = 'amazon_eventbridge'; const TYPE_WEBHOOK_ENDPOINT = 'webhook_endpoint'; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirBillingDirectory Rename | DeleteCollection.phpFile2.84 KB Rename | Delete | EditEvent.phpFile595.00 B Rename | Delete | EditEventDestination.phpFile1.93 KB Rename | Delete | Edit