summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/LoginLink.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/LoginLink.php')
-rw-r--r--vendor/stripe/stripe-php/lib/LoginLink.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/stripe/stripe-php/lib/LoginLink.php b/vendor/stripe/stripe-php/lib/LoginLink.php
new file mode 100644
index 0000000..3351356
--- /dev/null
+++ b/vendor/stripe/stripe-php/lib/LoginLink.php
@@ -0,0 +1,15 @@
+<?php
+
+// File generated from our OpenAPI spec
+
+namespace Stripe;
+
+/**
+ * @property string $object String representing the object's type. Objects of the same type share the same value.
+ * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
+ * @property string $url The URL for the login link.
+ */
+class LoginLink extends ApiResource
+{
+ const OBJECT_NAME = 'login_link';
+}