| 1 |
<?php |
| 2 |
|
| 3 |
// File generated from our OpenAPI spec |
| 4 |
|
| 5 |
namespace Stripe; |
| 6 |
|
| 7 |
/** |
| 8 |
* @property string $object String representing the object's type. Objects of the same type share the same value. |
| 9 |
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. |
| 10 |
* @property string $url The URL for the login link. |
| 11 |
*/ |
| 12 |
class LoginLink extends ApiResource |
| 13 |
{ |
| 14 |
const OBJECT_NAME = 'login_link'; |
| 15 |
} |
| 16 |
|