stripeapi-0.1.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

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Maybe String

expand: Specifies which fields in the response should be expanded.

-> String

reader | Constraints: Maximum length of 5000

-> GetTerminalReadersReaderRequestBody

The request body to send

-> m (Either HttpException (Response GetTerminalReadersReaderResponse))

Monad containing the result of the operation

GET /v1/terminal/readers/{reader}

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

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.