stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostIssuingDisputesDispute

Description

Contains the different functions to run the operation postIssuingDisputesDispute

Synopsis

Documentation

postIssuingDisputesDispute Source #

Arguments

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

The configuration to use in the request

-> Text

dispute | Constraints: Maximum length of 5000

-> Maybe PostIssuingDisputesDisputeRequestBody

The request body to send

-> m (Either HttpException (Response PostIssuingDisputesDisputeResponse))

Monad containing the result of the operation

POST /v1/issuing/disputes/{dispute}

<p>Updates the specified Issuing <code>Dispute</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

data PostIssuingDisputesDisputeRequestBody Source #

Defines the data type for the schema postIssuingDisputesDisputeRequestBody

Constructors

PostIssuingDisputesDisputeRequestBody 

Fields

data PostIssuingDisputesDisputeRequestBodyMetadata' Source #

Defines the data type for the schema postIssuingDisputesDisputeRequestBodyMetadata'

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