D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Filename :
Reason.php
back
Copy
<?php namespace WPForms\Vendor\Stripe; /** * @property string $id Unique identifier for the event. * @property string $idempotency_key */ class Reason { public $id; public $idempotency_key; }