Liking cljdoc? Tell your friends :D

clj-stripe.invoices

Functions for Stripe Invoices API

Functions for Stripe Invoices API
raw docstring

get-all-invoicesclj

(get-all-invoices & extra-info)

Creates a get all invoices operation. Optionally accepts a count, offset (see common/limit-count and common/offset) or an interval (see common/position). Also optionally a customer ID (see common/customer).

Creates a get all invoices operation.
Optionally accepts a count, offset (see common/limit-count and common/offset) or an interval (see common/position). 
Also optionally a customer ID (see common/customer).
sourceraw docstring

get-invoiceclj

(get-invoice id)

Creates a get invoice operation. Requires the invoice ID as a string.

Creates a get invoice operation.
Requires the invoice ID as a string.
sourceraw docstring

get-upcoming-invoiceclj

(get-upcoming-invoice customer)

Creates a get upcoming invoice operation. Requires the customer ID (see common/customer).

Creates a get upcoming invoice operation.
Requires the customer ID (see common/customer).
sourceraw docstring

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

× close