stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.Get3dSecureThreeDSecure

Description

Contains the different functions to run the operation get3dSecureThreeDSecure

Synopsis

Documentation

get3dSecureThreeDSecure Source #

Arguments

:: forall m. MonadHTTP m 
=> Get3dSecureThreeDSecureParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response Get3dSecureThreeDSecureResponse)

Monadic computation which returns the result of the operation

GET /v1/3d_secure/{three_d_secure}

<p>Retrieves a 3D Secure object.</p>

data Get3dSecureThreeDSecureParameters Source #

Defines the object schema located at paths./v1/3d_secure/{three_d_secure}.GET.parameters in the specification.

Constructors

Get3dSecureThreeDSecureParameters 

Fields

data Get3dSecureThreeDSecureResponse Source #

Represents a response of the operation get3dSecureThreeDSecure.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), Get3dSecureThreeDSecureResponseError is used.

Constructors

Get3dSecureThreeDSecureResponseError String

Means either no matching case available or a parse error

Get3dSecureThreeDSecureResponse200 ThreeDSecure

Successful response.

Get3dSecureThreeDSecureResponseDefault Error

Error response.