stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostChargesChargeRefundsRefund

Description

Contains the different functions to run the operation postChargesChargeRefundsRefund

Synopsis

Documentation

postChargesChargeRefundsRefund Source #

Arguments

:: forall m. MonadHTTP m 
=> PostChargesChargeRefundsRefundParameters

Contains all available parameters of this operation (query and path parameters)

-> Maybe PostChargesChargeRefundsRefundRequestBody

The request body to send

-> ClientT m (Response PostChargesChargeRefundsRefundResponse)

Monadic computation which returns the result of the operation

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

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

data PostChargesChargeRefundsRefundParameters Source #

Defines the object schema located at paths./v1/charges/{charge}/refunds/{refund}.POST.parameters in the specification.

Constructors

PostChargesChargeRefundsRefundParameters 

Fields

data PostChargesChargeRefundsRefundRequestBody Source #

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

data PostChargesChargeRefundsRefundRequestBodyMetadata'Variants Source #

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

Instances

Instances details
Eq PostChargesChargeRefundsRefundRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund

Show PostChargesChargeRefundsRefundRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund

ToJSON PostChargesChargeRefundsRefundRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund

FromJSON PostChargesChargeRefundsRefundRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostChargesChargeRefundsRefund