stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostTransfersTransferReversalsId

Description

Contains the different functions to run the operation postTransfersTransferReversalsId

Synopsis

Documentation

postTransfersTransferReversalsId Source #

Arguments

:: forall m. MonadHTTP m 
=> PostTransfersTransferReversalsIdParameters

Contains all available parameters of this operation (query and path parameters)

-> Maybe PostTransfersTransferReversalsIdRequestBody

The request body to send

-> StripeT m (Response PostTransfersTransferReversalsIdResponse)

Monadic computation which returns 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 PostTransfersTransferReversalsIdParameters Source #

Defines the object schema located at paths./v1/transfers/{transfer}/reversals/{id}.POST.parameters in the specification.

Constructors

PostTransfersTransferReversalsIdParameters 

Fields

data PostTransfersTransferReversalsIdRequestBody Source #

Defines the object schema located at paths./v1/transfers/{transfer}/reversals/{id}.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostTransfersTransferReversalsIdRequestBody 

Fields

data PostTransfersTransferReversalsIdRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/transfers/{transfer}/reversals/{id}.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 PostTransfersTransferReversalsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId

Show PostTransfersTransferReversalsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId

ToJSON PostTransfersTransferReversalsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId

FromJSON PostTransfersTransferReversalsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTransfersTransferReversalsId