Liking cljdoc? Tell your friends :D

stripe-clojure.climate.orders


cancel-orderclj

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

create-orderclj

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

list-ordersclj

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

retrieve-orderclj

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

stripe-climate-orders-endpointclj

source

update-orderclj

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

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

× close