stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetTransfersTransferReversalsId

Description

Contains the different functions to run the operation getTransfersTransferReversalsId

Synopsis

Documentation

getTransfersTransferReversalsId Source #

Arguments

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

The configuration to use in the request

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Text

id | Constraints: Maximum length of 5000

-> Text

transfer | Constraints: Maximum length of 5000

-> Maybe GetTransfersTransferReversalsIdRequestBody

The request body to send

-> m (Either HttpException (Response GetTransfersTransferReversalsIdResponse))

Monad containing the result of the operation

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

<p>By default, you can see the 10 most recent reversals stored directly on the transfer object, but you can also retrieve details about a specific reversal stored on the transfer.</p>

data GetTransfersTransferReversalsIdRequestBody Source #

Defines the data type for the schema getTransfersTransferReversalsIdRequestBody