| Current Path : /home/julesbu/www/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ |
| Current File : /home/julesbu/www/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/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;
}