stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetTerminalLocationsLocation

Description

Contains the different functions to run the operation getTerminalLocationsLocation

Synopsis

Documentation

getTerminalLocationsLocation Source #

Arguments

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

The configuration to use in the request

-> Maybe Text

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

-> Text

location | Constraints: Maximum length of 5000

-> Maybe GetTerminalLocationsLocationRequestBody

The request body to send

-> m (Either HttpException (Response GetTerminalLocationsLocationResponse))

Monad containing the result of the operation

GET /v1/terminal/locations/{location}

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

data GetTerminalLocationsLocationRequestBody Source #

Defines the data type for the schema getTerminalLocationsLocationRequestBody