stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetApplicationFeesFeeRefundsId

Description

Contains the different functions to run the operation getApplicationFeesFeeRefundsId

Synopsis

Documentation

getApplicationFeesFeeRefundsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetApplicationFeesFeeRefundsIdParameters

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

-> ClientT m (Response GetApplicationFeesFeeRefundsIdResponse)

Monadic computation which returns the result of the operation

GET /v1/application_fees/{fee}/refunds/{id}

<p>By default, you can see the 10 most recent refunds stored directly on the application fee object, but you can also retrieve details about a specific refund stored on the application fee.</p>

data GetApplicationFeesFeeRefundsIdParameters Source #

Defines the object schema located at paths./v1/application_fees/{fee}/refunds/{id}.GET.parameters in the specification.

Constructors

GetApplicationFeesFeeRefundsIdParameters 

Fields