stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostRadarValueListsValueList

Description

Contains the different functions to run the operation postRadarValueListsValueList

Synopsis

Documentation

postRadarValueListsValueList Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

value_list | Constraints: Maximum length of 5000

-> Maybe PostRadarValueListsValueListRequestBody

The request body to send

-> StripeT m (Response PostRadarValueListsValueListResponse)

Monadic computation which returns the result of the operation

POST /v1/radar/value_lists/{value_list}

<p>Updates a <code>ValueList</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Note that <code>item_type</code> is immutable.</p>

data PostRadarValueListsValueListRequestBody Source #

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

Constructors

PostRadarValueListsValueListRequestBody 

Fields