stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.SourceCodeVerificationFlow

Description

Contains the types generated from the schema SourceCodeVerificationFlow

Synopsis

Documentation

data SourceCodeVerificationFlow Source #

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

Constructors

SourceCodeVerificationFlow 

Fields

  • sourceCodeVerificationFlowAttemptsRemaining :: Int

    attempts_remaining: The number of attempts remaining to authenticate the source object with a verification code.

  • sourceCodeVerificationFlowStatus :: Text

    status: The status of the code verification, either `pending` (awaiting verification, `attempts_remaining` should be greater than 0), `succeeded` (successful verification) or `failed` (failed verification, cannot be verified anymore as `attempts_remaining` should be 0).

    Constraints:

    • Maximum length of 5000