stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetChargesChargeRefundsRefund

Description

Contains the different functions to run the operation getChargesChargeRefundsRefund

Synopsis

Documentation

getChargesChargeRefundsRefund Source #

Arguments

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

The configuration to use in the request

-> Text

charge

-> Maybe Text

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

-> Text

refund

-> Maybe GetChargesChargeRefundsRefundRequestBody

The request body to send

-> m (Either HttpException (Response GetChargesChargeRefundsRefundResponse))

Monad containing the result of the operation

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

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

data GetChargesChargeRefundsRefundRequestBody Source #

Defines the data type for the schema getChargesChargeRefundsRefundRequestBody