stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeDispute

Description

Contains the different functions to run the operation postChargesChargeDispute

Synopsis

Documentation

postChargesChargeDispute Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

charge | Constraints: Maximum length of 5000

-> Maybe PostChargesChargeDisputeRequestBody

The request body to send

-> ClientT m (Response PostChargesChargeDisputeResponse)

Monadic computation which returns the result of the operation

POST /v1/charges/{charge}/dispute

data PostChargesChargeDisputeRequestBody Source #

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

Constructors

PostChargesChargeDisputeRequestBody 

Fields

data PostChargesChargeDisputeRequestBodyEvidence' Source #

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

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'Variants Source #

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

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`.

Instances

Instances details
Eq PostChargesChargeDisputeRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeDispute

Show PostChargesChargeDisputeRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeDispute

ToJSON PostChargesChargeDisputeRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeDispute

FromJSON PostChargesChargeDisputeRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeDispute

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.