stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetPromotionCodesPromotionCode

Description

Contains the different functions to run the operation getPromotionCodesPromotionCode

Synopsis

Documentation

getPromotionCodesPromotionCode Source #

Arguments

:: forall m. MonadHTTP m 
=> GetPromotionCodesPromotionCodeParameters

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

-> ClientT m (Response GetPromotionCodesPromotionCodeResponse)

Monadic computation which returns the result of the operation

GET /v1/promotion_codes/{promotion_code}

<p>Retrieves the promotion code with the given ID.</p>

data GetPromotionCodesPromotionCodeParameters Source #

Defines the object schema located at paths./v1/promotion_codes/{promotion_code}.GET.parameters in the specification.

Constructors

GetPromotionCodesPromotionCodeParameters 

Fields