Liking cljdoc? Tell your friends :D

stripe-clojure.file-links


(create-file-link stripe-client params)
(create-file-link stripe-client params opts)

Creates a new file link.

Stripe API docs: https://stripe.com/docs/api/file_links/create

Creates a new file link.
   
Stripe API docs: https://stripe.com/docs/api/file_links/create
sourceraw docstring

(list-file-links stripe-client)
(list-file-links stripe-client params)
(list-file-links stripe-client params opts)

Lists all file links.

Stripe API docs: https://stripe.com/docs/api/file_links/list

Lists all file links.
   
Stripe API docs: https://stripe.com/docs/api/file_links/list
sourceraw docstring

(retrieve-file-link stripe-client file-link-id)
(retrieve-file-link stripe-client file-link-id opts)

Retrieves a file link by ID.

Stripe API docs: https://stripe.com/docs/api/file_links/retrieve

Retrieves a file link by ID.
   
Stripe API docs: https://stripe.com/docs/api/file_links/retrieve
sourceraw docstring

source

(update-file-link stripe-client file-link-id params)
(update-file-link stripe-client file-link-id params opts)

Updates a file link.

Stripe API docs: https://stripe.com/docs/api/file_links/update

Updates a file link.
   
Stripe API docs: https://stripe.com/docs/api/file_links/update
sourceraw docstring

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

× close