stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetTransfersTransferReversalsId

Description

Contains the different functions to run the operation getTransfersTransferReversalsId

Synopsis

Documentation

getTransfersTransferReversalsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetTransfersTransferReversalsIdParameters

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

-> ClientT m (Response GetTransfersTransferReversalsIdResponse)

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

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

Constructors

GetTransfersTransferReversalsIdParameters 

Fields