stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetRadarValueListsValueList

Description

Contains the different functions to run the operation getRadarValueListsValueList

Synopsis

Documentation

getRadarValueListsValueList 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

value_list | Constraints: Maximum length of 5000

-> Maybe GetRadarValueListsValueListRequestBody

The request body to send

-> m (Either HttpException (Response GetRadarValueListsValueListResponse))

Monad containing the result of the operation

GET /v1/radar/value_lists/{value_list}

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

data GetRadarValueListsValueListRequestBody Source #

Defines the data type for the schema getRadarValueListsValueListRequestBody