(cancel-subscription-schedule stripe-client schedule-id)
(cancel-subscription-schedule stripe-client schedule-id opts)
Cancels a subscription schedule.
Stripe API docs: https://stripe.com/docs/api/subscription_schedules/cancel
Cancels a subscription schedule. Stripe API docs: https://stripe.com/docs/api/subscription_schedules/cancel
(create-subscription-schedule stripe-client params)
(create-subscription-schedule stripe-client params opts)
Creates a new subscription schedule.
Stripe API docs: https://stripe.com/docs/api/subscription_schedules/create
Creates a new subscription schedule. Stripe API docs: https://stripe.com/docs/api/subscription_schedules/create
(list-subscription-schedules stripe-client)
(list-subscription-schedules stripe-client params)
(list-subscription-schedules stripe-client params opts)
Returns a list of your subscription schedules.
Stripe API docs: https://stripe.com/docs/api/subscription_schedules/list
Returns a list of your subscription schedules. Stripe API docs: https://stripe.com/docs/api/subscription_schedules/list
(release-subscription-schedule stripe-client schedule-id)
(release-subscription-schedule stripe-client schedule-id opts)
Releases the subscription schedule.
Stripe API docs: https://stripe.com/docs/api/subscription_schedules/release
Releases the subscription schedule. Stripe API docs: https://stripe.com/docs/api/subscription_schedules/release
(retrieve-subscription-schedule stripe-client schedule-id)
(retrieve-subscription-schedule stripe-client schedule-id opts)
Retrieves the subscription schedule with the given ID.
Stripe API docs: https://stripe.com/docs/api/subscription_schedules/retrieve
Retrieves the subscription schedule with the given ID. Stripe API docs: https://stripe.com/docs/api/subscription_schedules/retrieve
(update-subscription-schedule stripe-client schedule-id params)
(update-subscription-schedule stripe-client schedule-id params opts)
Updates the specified subscription schedule by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/subscription_schedules/update
Updates the specified subscription schedule by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/subscription_schedules/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close