Liking cljdoc? Tell your friends :D

stripe-clojure.entitlements.features


create-featureclj

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

Creates a new feature.

Stripe API docs: https://stripe.com/docs/api/entitlements/feature/create

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

list-featuresclj

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

Lists all features.

Stripe API docs: https://stripe.com/docs/api/entitlements/feature/list

Lists all features.
   
Stripe API docs: https://stripe.com/docs/api/entitlements/feature/list
sourceraw docstring

stripe-entitlements-features-endpointclj

source

update-featureclj

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

Updates a feature.

Stripe API docs: https://stripe.com/docs/api/entitlements/feature/update

Updates a feature.
   
Stripe API docs: https://stripe.com/docs/api/entitlements/feature/update
sourceraw docstring

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

× close