stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeRefundsRefund

Description

Contains the different functions to run the operation postChargesChargeRefundsRefund

Synopsis

Documentation

postChargesChargeRefundsRefund Source #

Arguments

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

The configuration to use in the request

-> Text

charge

-> Text

refund

-> Maybe PostChargesChargeRefundsRefundRequestBody

The request body to send

-> m (Either HttpException (Response PostChargesChargeRefundsRefundResponse))

Monad containing the result of the operation

POST /v1/charges/{charge}/refunds/{refund}

<p>Update a specified refund.</p>

data PostChargesChargeRefundsRefundRequestBody Source #

Defines the data type for the schema postChargesChargeRefundsRefundRequestBody

data PostChargesChargeRefundsRefundRequestBodyMetadata' Source #

Defines the data type for the schema postChargesChargeRefundsRefundRequestBodyMetadata'

Instances
Eq PostChargesChargeRefundsRefundRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund

Show PostChargesChargeRefundsRefundRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund

ToJSON PostChargesChargeRefundsRefundRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund

FromJSON PostChargesChargeRefundsRefundRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund