(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close