stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplicationFeesFeeRefundsId

Description

Contains the different functions to run the operation postApplicationFeesFeeRefundsId

Synopsis

Documentation

postApplicationFeesFeeRefundsId Source #

Arguments

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

The configuration to use in the request

-> Text

fee | Constraints: Maximum length of 5000

-> Text

id | Constraints: Maximum length of 5000

-> Maybe PostApplicationFeesFeeRefundsIdRequestBody

The request body to send

-> m (Either HttpException (Response PostApplicationFeesFeeRefundsIdResponse))

Monad containing 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 PostApplicationFeesFeeRefundsIdRequestBody Source #

Defines the data type for the schema postApplicationFeesFeeRefundsIdRequestBody

Constructors

PostApplicationFeesFeeRefundsIdRequestBody 

Fields

data PostApplicationFeesFeeRefundsIdRequestBodyMetadata' Source #

Defines the data type for the schema postApplicationFeesFeeRefundsIdRequestBodyMetadata'

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
Eq PostApplicationFeesFeeRefundsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId

Show PostApplicationFeesFeeRefundsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId

ToJSON PostApplicationFeesFeeRefundsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId

FromJSON PostApplicationFeesFeeRefundsIdRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesFeeRefundsId