(create! customer params)(create! customer {:keys [currency] :or {currency "usd"} :as params} opts)Create an invoiceitem.
Create an `invoiceitem`.
(delete! invoiceitem-id)(delete! invoiceitem-id opts)Delete the supplied invoiceitem.
Delete the supplied `invoiceitem`.
(fetch invoiceitem-id)(fetch invoiceitem-id opts)Fetch an invoiceitem by id.
Fetch an `invoiceitem` by id.
(fetch-all)(fetch-all params)(fetch-all params opts)Fetch many invoiceitems.
Fetch many `invoiceitem`s.
(update! invoiceitem-id params)(update! invoiceitem-id params opts)Update an invoiceitem.
Update an `invoiceitem`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |