stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.EphemeralKey

Description

Contains the types generated from the schema EphemeralKey

Synopsis

Documentation

data EphemeralKey Source #

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

Constructors

EphemeralKey 

Fields

  • ephemeralKeyCreated :: Int

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

  • ephemeralKeyExpires :: Int

    expires: Time at which the key will expire. Measured in seconds since the Unix epoch.

  • ephemeralKeyId :: Text

    id: Unique identifier for the object.

    Constraints:

    • Maximum length of 5000
  • ephemeralKeyLivemode :: Bool

    livemode: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

  • ephemeralKeySecret :: Maybe Text

    secret: The key's secret. You can use this value to make authorized requests to the Stripe API.

    Constraints:

    • Maximum length of 5000