stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostTransfersTransferReversalsId

Description

Contains the different functions to run the operation postTransfersTransferReversalsId

Synopsis

Documentation

postTransfersTransferReversalsId Source #

Arguments

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

The configuration to use in the request

-> Text

id | Constraints: Maximum length of 5000

-> Text

transfer | Constraints: Maximum length of 5000

-> Maybe PostTransfersTransferReversalsIdRequestBody

The request body to send

-> m (Either HttpException (Response PostTransfersTransferReversalsIdResponse))

Monad containing the result of the operation

POST /v1/transfers/{transfer}/reversals/{id}

<p>Updates the specified reversal by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

<p>This request only accepts metadata and description as arguments.</p>

data PostTransfersTransferReversalsIdRequestBody Source #

Defines the data type for the schema postTransfersTransferReversalsIdRequestBody

Constructors

PostTransfersTransferReversalsIdRequestBody 

Fields

data PostTransfersTransferReversalsIdRequestBodyMetadata' Source #

Defines the data type for the schema postTransfersTransferReversalsIdRequestBodyMetadata'

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 PostTransfersTransferReversalsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId

Show PostTransfersTransferReversalsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId

ToJSON PostTransfersTransferReversalsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId

FromJSON PostTransfersTransferReversalsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId