stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCheckoutSessionsSession

Description

Contains the different functions to run the operation getCheckoutSessionsSession

Synopsis

Documentation

getCheckoutSessionsSession Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCheckoutSessionsSessionParameters

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

-> ClientT m (Response GetCheckoutSessionsSessionResponse)

Monadic computation which returns the result of the operation

GET /v1/checkout/sessions/{session}

<p>Retrieves a Session object.</p>

data GetCheckoutSessionsSessionParameters Source #

Defines the object schema located at paths./v1/checkout/sessions/{session}.GET.parameters in the specification.

Constructors

GetCheckoutSessionsSessionParameters 

Fields

data GetCheckoutSessionsSessionResponse Source #

Represents a response of the operation getCheckoutSessionsSession.

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), GetCheckoutSessionsSessionResponseError is used.

Constructors

GetCheckoutSessionsSessionResponseError String

Means either no matching case available or a parse error

GetCheckoutSessionsSessionResponse200 Checkout'session

Successful response.

GetCheckoutSessionsSessionResponseDefault Error

Error response.