(cancel-order stripe-client order-id)
(cancel-order stripe-client order-id opts)
Cancels a climate order.
Stripe API docs: https://stripe.com/docs/api/climate/order/cancel
Cancels a climate order. Stripe API docs: https://stripe.com/docs/api/climate/order/cancel
(create-order stripe-client params)
(create-order stripe-client params opts)
Creates a new climate order.
Stripe API docs: https://stripe.com/docs/api/climate/order/create
Creates a new climate order. Stripe API docs: https://stripe.com/docs/api/climate/order/create
(list-orders stripe-client)
(list-orders stripe-client params)
(list-orders stripe-client params opts)
Lists all climate orders.
Stripe API docs: https://stripe.com/docs/api/climate/order/list
Lists all climate orders. Stripe API docs: https://stripe.com/docs/api/climate/order/list
(retrieve-order stripe-client order-id)
(retrieve-order stripe-client order-id opts)
Retrieves a climate order.
Stripe API docs: https://stripe.com/docs/api/climate/order/retrieve
Retrieves a climate order. Stripe API docs: https://stripe.com/docs/api/climate/order/retrieve
(update-order stripe-client order-id params)
(update-order stripe-client order-id params opts)
Updates a climate order.
Stripe API docs: https://stripe.com/docs/api/climate/order/update
Updates a climate order. Stripe API docs: https://stripe.com/docs/api/climate/order/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close