stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetRadarValueLists

Description

Contains the different functions to run the operation getRadarValueLists

Synopsis

Documentation

getRadarValueLists Source #

Arguments

:: forall m. MonadHTTP m 
=> GetRadarValueListsParameters

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

-> StripeT m (Response GetRadarValueListsResponse)

Monadic computation which returns the result of the operation

GET /v1/radar/value_lists

<p>Returns a list of <code>ValueList</code> objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.</p>

data GetRadarValueListsParameters Source #

Defines the object schema located at paths./v1/radar/value_lists.GET.parameters in the specification.

Constructors

GetRadarValueListsParameters 

Fields

data GetRadarValueListsParametersQueryCreated'OneOf1 Source #

Defines the object schema located at paths./v1/radar/value_lists.GET.parameters.properties.queryCreated.anyOf in the specification.

data GetRadarValueListsParametersQueryCreated'Variants Source #

Defines the oneOf schema located at paths./v1/radar/value_lists.GET.parameters.properties.queryCreated.anyOf in the specification.

Represents the parameter named 'created'

Instances

Instances details
Eq GetRadarValueListsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetRadarValueLists

Show GetRadarValueListsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetRadarValueLists

ToJSON GetRadarValueListsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetRadarValueLists

FromJSON GetRadarValueListsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetRadarValueLists

data GetRadarValueListsResponse Source #

Represents a response of the operation getRadarValueLists.

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

Constructors

GetRadarValueListsResponseError String

Means either no matching case available or a parse error

GetRadarValueListsResponse200 GetRadarValueListsResponseBody200

Successful response.

GetRadarValueListsResponseDefault Error

Error response.

data GetRadarValueListsResponseBody200 Source #

Defines the object schema located at paths./v1/radar/value_lists.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetRadarValueListsResponseBody200 

Fields