stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplicationFeesIdRefund

Description

Contains the different functions to run the operation postApplicationFeesIdRefund

Synopsis

Documentation

postApplicationFeesIdRefund Source #

Arguments

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

The configuration to use in the request

-> Text

id | Constraints: Maximum length of 5000

-> Maybe PostApplicationFeesIdRefundRequestBody

The request body to send

-> m (Either HttpException (Response PostApplicationFeesIdRefundResponse))

Monad containing the result of the operation

POST /v1/application_fees/{id}/refund

data PostApplicationFeesIdRefundRequestBody Source #

Defines the data type for the schema postApplicationFeesIdRefundRequestBody

Constructors

PostApplicationFeesIdRefundRequestBody 

Fields