stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeRefunds

Description

Contains the different functions to run the operation postChargesChargeRefunds

Synopsis

Documentation

postChargesChargeRefunds Source #

Arguments

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

The configuration to use in the request

-> Text

charge | Constraints: Maximum length of 5000

-> Maybe PostChargesChargeRefundsRequestBody

The request body to send

-> m (Either HttpException (Response PostChargesChargeRefundsResponse))

Monad containing the result of the operation

POST /v1/charges/{charge}/refunds

<p>Create a refund.</p>

data PostChargesChargeRefundsRequestBody Source #

Defines the data type for the schema postChargesChargeRefundsRequestBody

Constructors

PostChargesChargeRefundsRequestBody 

Fields

data PostChargesChargeRefundsRequestBodyMetadata' Source #

Defines the data type for the schema postChargesChargeRefundsRequestBodyMetadata'

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

Defines the enum schema postChargesChargeRefundsRequestBodyReason'

data PostChargesChargeRefundsResponse Source #

Represents a response of the operation postChargesChargeRefunds.

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), PostChargesChargeRefundsResponseError is used.

Constructors

PostChargesChargeRefundsResponseError String

Means either no matching case available or a parse error

PostChargesChargeRefundsResponse200 Refund

Successful response.

PostChargesChargeRefundsResponseDefault Error

Error response.