stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostRadarValueListItems

Description

Contains the different functions to run the operation postRadarValueListItems

Synopsis

Documentation

postRadarValueListItems Source #

Arguments

:: forall m. MonadHTTP m 
=> PostRadarValueListItemsRequestBody

The request body to send

-> StripeT m (Response PostRadarValueListItemsResponse)

Monadic computation which returns the result of the operation

POST /v1/radar/value_list_items

<p>Creates a new <code>ValueListItem</code> object, which is added to the specified parent value list.</p>

data PostRadarValueListItemsRequestBody Source #

Defines the object schema located at paths./v1/radar/value_list_items.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostRadarValueListItemsRequestBody 

Fields

data PostRadarValueListItemsResponse Source #

Represents a response of the operation postRadarValueListItems.

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

Constructors

PostRadarValueListItemsResponseError String

Means either no matching case available or a parse error

PostRadarValueListItemsResponse200 Radar'valueListItem

Successful response.

PostRadarValueListItemsResponseDefault Error

Error response.