(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close