stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeDisputeClose

Description

Contains the different functions to run the operation postChargesChargeDisputeClose

Synopsis

Documentation

postChargesChargeDisputeClose Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

charge | Constraints: Maximum length of 5000

-> Maybe PostChargesChargeDisputeCloseRequestBody

The request body to send

-> ClientT m (Response PostChargesChargeDisputeCloseResponse)

Monadic computation which returns the result of the operation

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

data PostChargesChargeDisputeCloseRequestBody Source #

Defines the object schema located at paths./v1/charges/{charge}/dispute/close.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostChargesChargeDisputeCloseRequestBody 

Fields