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