Liking cljdoc? Tell your friends :D

stripe-clojure.tax-ids


create-tax-idclj

(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
sourceraw docstring

delete-tax-idclj

(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
sourceraw docstring

list-tax-idsclj

(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
sourceraw docstring

retrieve-tax-idclj

(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
sourceraw docstring

stripe-tax-ids-endpointclj

source

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

× close