stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplicationFeesIdRefund

Description

Contains the different functions to run the operation postApplicationFeesIdRefund

Synopsis

Documentation

postApplicationFeesIdRefund Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

id | Constraints: Maximum length of 5000

-> Maybe PostApplicationFeesIdRefundRequestBody

The request body to send

-> StripeT m (Response PostApplicationFeesIdRefundResponse)

Monadic computation which returns the result of the operation

POST /v1/application_fees/{id}/refund

data PostApplicationFeesIdRefundRequestBody Source #

Defines the object schema located at paths./v1/application_fees/{id}/refund.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostApplicationFeesIdRefundRequestBody 

Fields