Liking cljdoc? Tell your friends :D

stripe.invoiceitem


create!clj

(create! customer params)
(create! customer {:keys [currency] :or {currency "usd"} :as params} opts)

Create an invoiceitem.

Create an `invoiceitem`.
sourceraw docstring

delete!clj

(delete! invoiceitem-id)
(delete! invoiceitem-id opts)

Delete the supplied invoiceitem.

Delete the supplied `invoiceitem`.
sourceraw docstring

fetchclj

(fetch invoiceitem-id)
(fetch invoiceitem-id opts)

Fetch an invoiceitem by id.

Fetch an `invoiceitem` by id.
sourceraw docstring

fetch-allclj

(fetch-all)
(fetch-all params)
(fetch-all params opts)

Fetch many invoiceitems.

Fetch many `invoiceitem`s.
sourceraw docstring

update!clj

(update! invoiceitem-id params)
(update! invoiceitem-id params opts)

Update an invoiceitem.

Update an `invoiceitem`.
sourceraw docstring

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

× close