stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetTerminalReadersReader

Description

Contains the different functions to run the operation getTerminalReadersReader

Synopsis

Documentation

getTerminalReadersReader Source #

Arguments

:: forall m. MonadHTTP m 
=> GetTerminalReadersReaderParameters

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

-> StripeT m (Response GetTerminalReadersReaderResponse)

Monadic computation which returns the result of the operation

GET /v1/terminal/readers/{reader}

<p>Retrieves a <code>Reader</code> object.</p>

data GetTerminalReadersReaderParameters Source #

Defines the object schema located at paths./v1/terminal/readers/{reader}.GET.parameters in the specification.

Constructors

GetTerminalReadersReaderParameters 

Fields

data GetTerminalReadersReaderResponse Source #

Represents a response of the operation getTerminalReadersReader.

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

Constructors

GetTerminalReadersReaderResponseError String

Means either no matching case available or a parse error

GetTerminalReadersReaderResponse200 Terminal'reader

Successful response.

GetTerminalReadersReaderResponseDefault Error

Error response.