stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeDisputeClose

Description

Contains the different functions to run the operation postChargesChargeDisputeClose

Synopsis

Documentation

postChargesChargeDisputeClose Source #

Arguments

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

The configuration to use in the request

-> Text

charge | Constraints: Maximum length of 5000

-> Maybe PostChargesChargeDisputeCloseRequestBody

The request body to send

-> m (Either HttpException (Response PostChargesChargeDisputeCloseResponse))

Monad containing the result of the operation

POST /v1/charges/{charge}/dispute/close

data PostChargesChargeDisputeCloseRequestBody Source #

Defines the data type for the schema postChargesChargeDisputeCloseRequestBody

Constructors

PostChargesChargeDisputeCloseRequestBody 

Fields