Liking cljdoc? Tell your friends :D

stripe-clojure.credit-notes


create-credit-noteclj

(create-credit-note stripe-client params)
(create-credit-note stripe-client params opts)

Creates a new credit note.

Stripe API docs: https://stripe.com/docs/api/credit_notes/create

Creates a new credit note.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/create
sourceraw docstring

list-credit-notesclj

(list-credit-notes stripe-client)
(list-credit-notes stripe-client params)
(list-credit-notes stripe-client params opts)

Returns a list of credit notes.

Stripe API docs: https://stripe.com/docs/api/credit_notes/list

Returns a list of credit notes.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/list
sourceraw docstring

list-line-itemsclj

(list-line-items stripe-client credit-note-id)
(list-line-items stripe-client credit-note-id params)
(list-line-items stripe-client credit-note-id params opts)

Lists all lines on a credit note.

Stripe API docs: https://stripe.com/docs/api/credit_notes/lines

Lists all lines on a credit note.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/lines
sourceraw docstring

preview-credit-noteclj

(preview-credit-note stripe-client params)
(preview-credit-note stripe-client params opts)

Get a preview of a credit note without creating it.

Stripe API docs: https://stripe.com/docs/api/credit_notes/preview

Get a preview of a credit note without creating it.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/preview
sourceraw docstring

preview-linesclj

(preview-lines stripe-client params)
(preview-lines stripe-client params opts)

Get a preview of credit note lines without creating a credit note.

Stripe API docs: https://stripe.com/docs/api/credit_notes/preview_lines

Get a preview of credit note lines without creating a credit note.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/preview_lines
sourceraw docstring

retrieve-credit-noteclj

(retrieve-credit-note stripe-client credit-note-id)
(retrieve-credit-note stripe-client credit-note-id opts)

Retrieves the credit note object with the given identifier.

Stripe API docs: https://stripe.com/docs/api/credit_notes/retrieve

Retrieves the credit note object with the given identifier.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/retrieve
sourceraw docstring

stripe-credit-notes-endpointclj

source

update-credit-noteclj

(update-credit-note stripe-client credit-note-id params)
(update-credit-note stripe-client credit-note-id params opts)

Updates an existing credit note.

Stripe API docs: https://stripe.com/docs/api/credit_notes/update

Updates an existing credit note.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/update
sourceraw docstring

void-credit-noteclj

(void-credit-note stripe-client credit-note-id)
(void-credit-note stripe-client credit-note-id opts)

Marks a credit note as void.

Stripe API docs: https://stripe.com/docs/api/credit_notes/void

Marks a credit note as void.
   
Stripe API docs: https://stripe.com/docs/api/credit_notes/void
sourceraw docstring

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

× close