Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Editing: Reason.php
<?php namespace WPForms\Vendor\Stripe; /** * @property string $id Unique identifier for the event. * @property string $idempotency_key */ class Reason { public $id; public $idempotency_key; }
Save
Cancel