(create-tax-id stripe-client params)
(create-tax-id stripe-client params opts)
Creates a new tax ID.
Stripe API docs: https://stripe.com/docs/api/tax_ids/create
Creates a new tax ID. Stripe API docs: https://stripe.com/docs/api/tax_ids/create
(delete-tax-id stripe-client tax-id)
(delete-tax-id stripe-client tax-id opts)
Deletes an existing tax ID.
Stripe API docs: https://stripe.com/docs/api/tax_ids/delete
Deletes an existing tax ID. Stripe API docs: https://stripe.com/docs/api/tax_ids/delete
(list-tax-ids stripe-client)
(list-tax-ids stripe-client params)
(list-tax-ids stripe-client params opts)
Returns a list of tax IDs.
Stripe API docs: https://stripe.com/docs/api/tax_ids/list
Returns a list of tax IDs. Stripe API docs: https://stripe.com/docs/api/tax_ids/list
(retrieve-tax-id stripe-client tax-id)
(retrieve-tax-id stripe-client tax-id opts)
Retrieves the tax ID with the given ID.
Stripe API docs: https://stripe.com/docs/api/tax_ids/retrieve
Retrieves the tax ID with the given ID. Stripe API docs: https://stripe.com/docs/api/tax_ids/retrieve
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close