stripeapi-0.1.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

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

The configuration to use in the request

-> String

value_list | Constraints: Maximum length of 5000

-> PostRadarValueListsValueListRequestBody

The request body to send

-> m (Either HttpException (Response PostRadarValueListsValueListResponse))

Monad containing 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 data type for the schema postRadarValueListsValueListRequestBody

Constructors

PostRadarValueListsValueListRequestBody 

Fields

data PostRadarValueListsValueListRequestBodyMetadata' Source #

Defines the data type for the schema postRadarValueListsValueListRequestBodyMetadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

Instances
Eq PostRadarValueListsValueListRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostRadarValueListsValueList

Show PostRadarValueListsValueListRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostRadarValueListsValueList

ToJSON PostRadarValueListsValueListRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostRadarValueListsValueList

FromJSON PostRadarValueListsValueListRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostRadarValueListsValueList