stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplicationFeesFeeRefundsId

Description

Contains the different functions to run the operation postApplicationFeesFeeRefundsId

Synopsis

Documentation

postApplicationFeesFeeRefundsId Source #

Arguments

:: forall m. MonadHTTP m 
=> PostApplicationFeesFeeRefundsIdParameters

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

-> Maybe PostApplicationFeesFeeRefundsIdRequestBody

The request body to send

-> ClientT m (Response PostApplicationFeesFeeRefundsIdResponse)

Monadic computation which returns the result of the operation

POST /v1/application_fees/{fee}/refunds/{id}

<p>Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

<p>This request only accepts metadata as an argument.</p>

data PostApplicationFeesFeeRefundsIdParameters Source #

Defines the object schema located at paths./v1/application_fees/{fee}/refunds/{id}.POST.parameters in the specification.

Constructors

PostApplicationFeesFeeRefundsIdParameters 

Fields

data PostApplicationFeesFeeRefundsIdRequestBody Source #

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

Constructors

PostApplicationFeesFeeRefundsIdRequestBody 

Fields

data PostApplicationFeesFeeRefundsIdRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/application_fees/{fee}/refunds/{id}.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 PostApplicationFeesFeeRefundsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId

Show PostApplicationFeesFeeRefundsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId

ToJSON PostApplicationFeesFeeRefundsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId

FromJSON PostApplicationFeesFeeRefundsIdRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId