Liking cljdoc? Tell your friends :D

stripe-clojure.products


create-featureclj

(create-feature stripe-client product-id params)
(create-feature stripe-client product-id params opts)

Creates a new product feature.

Stripe API docs: https://stripe.com/docs/api/products/features/create

Creates a new product feature.
   
Stripe API docs: https://stripe.com/docs/api/products/features/create
sourceraw docstring

create-productclj

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

Creates a new product.

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

Creates a new product.
   
Stripe API docs: https://stripe.com/docs/api/products/create
sourceraw docstring

delete-featureclj

(delete-feature stripe-client product-id feature-id)
(delete-feature stripe-client product-id feature-id opts)

Deletes a product feature.

Stripe API docs: https://stripe.com/docs/api/products/features/delete

Deletes a product feature.
   
Stripe API docs: https://stripe.com/docs/api/products/features/delete
sourceraw docstring

delete-productclj

(delete-product stripe-client product-id)
(delete-product stripe-client product-id opts)

Deletes a product.

Stripe API docs: https://stripe.com/docs/api/products/delete

Deletes a product.
   
Stripe API docs: https://stripe.com/docs/api/products/delete
sourceraw docstring

list-featuresclj

(list-features stripe-client product-id)
(list-features stripe-client product-id params)
(list-features stripe-client product-id params opts)

Lists all features for a product.

Stripe API docs: https://stripe.com/docs/api/products/features/list

Lists all features for a product.
   
Stripe API docs: https://stripe.com/docs/api/products/features/list
sourceraw docstring

list-productsclj

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

Lists all products.

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

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

retrieve-featureclj

(retrieve-feature stripe-client product-id feature-id)
(retrieve-feature stripe-client product-id feature-id opts)

Retrieves a product feature.

Stripe API docs: https://stripe.com/docs/api/products/features/retrieve

Retrieves a product feature.
   
Stripe API docs: https://stripe.com/docs/api/products/features/retrieve
sourceraw docstring

retrieve-productclj

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

Retrieves the details of an existing product.

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

Retrieves the details of an existing product.
   
Stripe API docs: https://stripe.com/docs/api/products/retrieve
sourceraw docstring

search-productsclj

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

Searches for products.

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

Searches for products.
   
Stripe API docs: https://stripe.com/docs/api/products/search
sourceraw docstring

stripe-products-endpointclj

source

update-productclj

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

Updates the specified product.

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

Updates the specified product.
   
Stripe API docs: https://stripe.com/docs/api/products/update
sourceraw docstring

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

× close