Liking cljdoc? Tell your friends :D

stripe-clojure.subscription-schedules


cancel-subscription-scheduleclj

(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
sourceraw docstring

create-subscription-scheduleclj

(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
sourceraw docstring

list-subscription-schedulesclj

(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
sourceraw docstring

release-subscription-scheduleclj

(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
sourceraw docstring

retrieve-subscription-scheduleclj

(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
sourceraw docstring

stripe-subscription-schedules-endpointclj

source

update-subscription-scheduleclj

(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
sourceraw docstring

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

× close