(create-plan stripe-client params)(create-plan stripe-client params opts)Creates a new plan.
Stripe API docs: https://stripe.com/docs/api/plans/create
Creates a new plan. Stripe API docs: https://stripe.com/docs/api/plans/create
(delete-plan stripe-client plan-id)(delete-plan stripe-client plan-id opts)Deletes a plan.
Stripe API docs: https://stripe.com/docs/api/plans/delete
Deletes a plan. Stripe API docs: https://stripe.com/docs/api/plans/delete
(list-plans stripe-client)(list-plans stripe-client params)(list-plans stripe-client params opts)Lists all plans.
Stripe API docs: https://stripe.com/docs/api/plans/list
Lists all plans. Stripe API docs: https://stripe.com/docs/api/plans/list
(retrieve-plan stripe-client plan-id)(retrieve-plan stripe-client plan-id opts)Retrieves a plan.
Stripe API docs: https://stripe.com/docs/api/plans/retrieve
Retrieves a plan. Stripe API docs: https://stripe.com/docs/api/plans/retrieve
(update-plan stripe-client plan-id params)(update-plan stripe-client plan-id params opts)Updates a plan.
Stripe API docs: https://stripe.com/docs/api/plans/update
Updates a plan. Stripe API docs: https://stripe.com/docs/api/plans/update
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |