Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
✏️
Editing: RelatedObject.php
<?php namespace WPForms\Vendor\Stripe; /** * @property string $id Unique identifier for the event. * @property string $type * @property string $url */ class RelatedObject { public $id; public $type; public $url; }
💾 Save
❌ Cancel