stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetApplicationFeesFeeRefundsId

Description

Contains the different functions to run the operation getApplicationFeesFeeRefundsId

Synopsis

Documentation

getApplicationFeesFeeRefundsId 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

fee | Constraints: Maximum length of 5000

-> Text

id | Constraints: Maximum length of 5000

-> Maybe GetApplicationFeesFeeRefundsIdRequestBody

The request body to send

-> m (Either HttpException (Response GetApplicationFeesFeeRefundsIdResponse))

Monad containing 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 GetApplicationFeesFeeRefundsIdRequestBody Source #

Defines the data type for the schema getApplicationFeesFeeRefundsIdRequestBody