(create-promotion-code stripe-client params)
(create-promotion-code stripe-client params opts)
Creates a new promotion code.
Stripe API docs: https://stripe.com/docs/api/promotion_codes/create
Creates a new promotion code. Stripe API docs: https://stripe.com/docs/api/promotion_codes/create
(list-promotion-codes stripe-client)
(list-promotion-codes stripe-client params)
(list-promotion-codes stripe-client params opts)
Returns a list of your promotion codes.
Stripe API docs: https://stripe.com/docs/api/promotion_codes/list
Returns a list of your promotion codes. Stripe API docs: https://stripe.com/docs/api/promotion_codes/list
(retrieve-promotion-code stripe-client promotion-code-id)
(retrieve-promotion-code stripe-client promotion-code-id opts)
Retrieves the promotion code with the given ID.
Stripe API docs: https://stripe.com/docs/api/promotion_codes/retrieve
Retrieves the promotion code with the given ID. Stripe API docs: https://stripe.com/docs/api/promotion_codes/retrieve
(update-promotion-code stripe-client promotion-code-id params)
(update-promotion-code stripe-client promotion-code-id params opts)
Updates the specified promotion code by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/promotion_codes/update
Updates the specified promotion code by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/promotion_codes/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close