LoginLink.php 426 B

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