Liking cljdoc? Tell your friends :D

stripe-clojure.tax-rates


create-tax-rateclj

(create-tax-rate stripe-client params)
(create-tax-rate stripe-client params opts)

Creates a new tax rate.

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

Creates a new tax rate.
   
Stripe API docs: https://stripe.com/docs/api/tax_rates/create
sourceraw docstring

list-tax-ratesclj

(list-tax-rates stripe-client)
(list-tax-rates stripe-client params)
(list-tax-rates stripe-client params opts)

Returns a list of your tax rates.

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

Returns a list of your tax rates.
   
Stripe API docs: https://stripe.com/docs/api/tax_rates/list
sourceraw docstring

retrieve-tax-rateclj

(retrieve-tax-rate stripe-client tax-rate-id)
(retrieve-tax-rate stripe-client tax-rate-id opts)

Retrieves a tax rate with the given ID.

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

Retrieves a tax rate with the given ID.
   
Stripe API docs: https://stripe.com/docs/api/tax_rates/retrieve
sourceraw docstring

stripe-tax-rates-endpointclj

source

update-tax-rateclj

(update-tax-rate stripe-client tax-rate-id params)
(update-tax-rate stripe-client tax-rate-id params opts)

Updates an existing tax rate.

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

Updates an existing tax rate.
   
Stripe API docs: https://stripe.com/docs/api/tax_rates/update
sourceraw docstring

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

× close