stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCouponsCoupon

Description

Contains the different functions to run the operation postCouponsCoupon

Synopsis

Documentation

postCouponsCoupon Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

coupon | Constraints: Maximum length of 5000

-> Maybe PostCouponsCouponRequestBody

The request body to send

-> ClientT m (Response PostCouponsCouponResponse)

Monadic computation which returns the result of the operation

POST /v1/coupons/{coupon}

<p>Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.</p>

data PostCouponsCouponRequestBody Source #

Defines the object schema located at paths./v1/coupons/{coupon}.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostCouponsCouponRequestBody 

Fields

data PostCouponsCouponRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/coupons/{coupon}.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`.

data PostCouponsCouponResponse Source #

Represents a response of the operation postCouponsCoupon.

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

Constructors

PostCouponsCouponResponseError String

Means either no matching case available or a parse error

PostCouponsCouponResponse200 Coupon

Successful response.

PostCouponsCouponResponseDefault Error

Error response.