Liking cljdoc? Tell your friends :D

stripe-clojure.invoice-rendering-templates


archive-invoice-rendering-templateclj

(archive-invoice-rendering-template stripe-client template-id)
(archive-invoice-rendering-template stripe-client template-id opts)

Archives an invoice rendering template.

Stripe API docs: https://stripe.com/docs/api/invoice_rendering_templates/archive

Archives an invoice rendering template.
   
Stripe API docs: https://stripe.com/docs/api/invoice_rendering_templates/archive
sourceraw docstring

list-invoice-rendering-templatesclj

(list-invoice-rendering-templates stripe-client)
(list-invoice-rendering-templates stripe-client params)
(list-invoice-rendering-templates stripe-client params opts)

Lists all invoice rendering templates.

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

Lists all invoice rendering templates.
   
Stripe API docs: https://stripe.com/docs/api/invoice_rendering_templates/list
sourceraw docstring

retrieve-invoice-rendering-templateclj

(retrieve-invoice-rendering-template stripe-client template-id)
(retrieve-invoice-rendering-template stripe-client template-id opts)

Retrieves an invoice rendering template with the given ID.

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

Retrieves an invoice rendering template with the given ID.
   
Stripe API docs: https://stripe.com/docs/api/invoice_rendering_templates/retrieve
sourceraw docstring

stripe-invoice-rendering-templates-endpointclj

source

unarchive-invoice-rendering-templateclj

(unarchive-invoice-rendering-template stripe-client template-id)
(unarchive-invoice-rendering-template stripe-client template-id opts)

Unarchives an invoice rendering template.

Stripe API docs: https://stripe.com/docs/api/invoice_rendering_templates/unarchive

Unarchives an invoice rendering template.
   
Stripe API docs: https://stripe.com/docs/api/invoice_rendering_templates/unarchive
sourceraw docstring

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

× close