Liking cljdoc? Tell your friends :D

stripe-clojure.prices


create-priceclj

(create-price stripe-client params)
(create-price stripe-client params opts)

Creates a new price for an existing product.

Stripe API docs: https://stripe.com/docs/api/prices/create

Creates a new price for an existing product.
   
Stripe API docs: https://stripe.com/docs/api/prices/create
sourceraw docstring

list-pricesclj

(list-prices stripe-client)
(list-prices stripe-client params)
(list-prices stripe-client params opts)

Lists all prices.

Stripe API docs: https://stripe.com/docs/api/prices/list

Lists all prices.
   
Stripe API docs: https://stripe.com/docs/api/prices/list
sourceraw docstring

retrieve-priceclj

(retrieve-price stripe-client price-id)
(retrieve-price stripe-client price-id opts)

Retrieves the price with the given ID.

Stripe API docs: https://stripe.com/docs/api/prices/retrieve

Retrieves the price with the given ID.
   
Stripe API docs: https://stripe.com/docs/api/prices/retrieve
sourceraw docstring

search-pricesclj

(search-prices stripe-client params)
(search-prices stripe-client params opts)

Searches for prices that match the given criteria.

Stripe API docs: https://stripe.com/docs/api/prices/search

Searches for prices that match the given criteria.
   
Stripe API docs: https://stripe.com/docs/api/prices/search
sourceraw docstring

stripe-prices-endpointclj

source

update-priceclj

(update-price stripe-client price-id params)
(update-price stripe-client price-id params opts)

Updates the specified price by setting the values of the parameters passed.

Stripe API docs: https://stripe.com/docs/api/prices/update

Updates the specified price by setting the values of the parameters passed.
   
Stripe API docs: https://stripe.com/docs/api/prices/update
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close