stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.LoginLink

Description

Contains the types generated from the schema LoginLink

Synopsis

Documentation

data LoginLink Source #

Defines the object schema located at components.schemas.login_link in the specification.

Constructors

LoginLink 

Fields

  • loginLinkCreated :: Int

    created: Time at which the object was created. Measured in seconds since the Unix epoch.

  • loginLinkUrl :: Text

    url: The URL for the login link.

    Constraints:

    • Maximum length of 5000

mkLoginLink Source #

Create a new LoginLink with all required fields.