stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetChargesChargeRefundsRefund

Description

Contains the different functions to run the operation getChargesChargeRefundsRefund

Synopsis

Documentation

getChargesChargeRefundsRefund Source #

Arguments

:: forall m. MonadHTTP m 
=> GetChargesChargeRefundsRefundParameters

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

-> StripeT m (Response GetChargesChargeRefundsRefundResponse)

Monadic computation which returns the result of the operation

GET /v1/charges/{charge}/refunds/{refund}

<p>Retrieves the details of an existing refund.</p>

data GetChargesChargeRefundsRefundParameters Source #

Defines the object schema located at paths./v1/charges/{charge}/refunds/{refund}.GET.parameters in the specification.

Constructors

GetChargesChargeRefundsRefundParameters 

Fields