stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostTerminalReadersReader

Description

Contains the different functions to run the operation postTerminalReadersReader

Synopsis

Documentation

postTerminalReadersReader Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

reader | Constraints: Maximum length of 5000

-> Maybe PostTerminalReadersReaderRequestBody

The request body to send

-> ClientT m (Response PostTerminalReadersReaderResponse)

Monadic computation which returns the result of the operation

POST /v1/terminal/readers/{reader}

<p>Updates a <code>Reader</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

data PostTerminalReadersReaderRequestBody Source #

Defines the object schema located at paths./v1/terminal/readers/{reader}.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostTerminalReadersReaderRequestBody 

Fields

data PostTerminalReadersReaderRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/terminal/readers/{reader}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.metadata.anyOf in the specification.

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

Instances details
Eq PostTerminalReadersReaderRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalReadersReader

Show PostTerminalReadersReaderRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalReadersReader

ToJSON PostTerminalReadersReaderRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalReadersReader

FromJSON PostTerminalReadersReaderRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalReadersReader

data PostTerminalReadersReaderResponse Source #

Represents a response of the operation postTerminalReadersReader.

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

Constructors

PostTerminalReadersReaderResponseError String

Means either no matching case available or a parse error

PostTerminalReadersReaderResponse200 Terminal'reader

Successful response.

PostTerminalReadersReaderResponseDefault Error

Error response.