stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeDispute

Description

Contains the different functions to run the operation postChargesChargeDispute

Synopsis

Documentation

postChargesChargeDispute Source #

Arguments

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

The configuration to use in the request

-> Text

charge | Constraints: Maximum length of 5000

-> Maybe PostChargesChargeDisputeRequestBody

The request body to send

-> m (Either HttpException (Response PostChargesChargeDisputeResponse))

Monad containing the result of the operation

POST /v1/charges/{charge}/dispute

data PostChargesChargeDisputeRequestBody Source #

Defines the data type for the schema postChargesChargeDisputeRequestBody

Constructors

PostChargesChargeDisputeRequestBody 

Fields

data PostChargesChargeDisputeRequestBodyEvidence' Source #

Defines the data type for the schema postChargesChargeDisputeRequestBodyEvidence'

Evidence to upload, to respond to a dispute. Updating any field in the hash will submit all fields in the hash for review. The combined character count of all fields is limited to 150,000.

Constructors

PostChargesChargeDisputeRequestBodyEvidence' 

Fields

data PostChargesChargeDisputeRequestBodyMetadata' Source #

Defines the data type for the schema postChargesChargeDisputeRequestBodyMetadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

data PostChargesChargeDisputeResponse Source #

Represents a response of the operation postChargesChargeDispute.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), PostChargesChargeDisputeResponseError is used.

Constructors

PostChargesChargeDisputeResponseError String

Means either no matching case available or a parse error

PostChargesChargeDisputeResponse200 Dispute

Successful response.

PostChargesChargeDisputeResponseDefault Error

Error response.