Liking cljdoc? Tell your friends :D

com.adgoji.mollie.api.customers


createclj

(create client customer)

Create a new Mollie customer.

Create a new Mollie customer.
sourceraw docstring

delete-by-idclj

(delete-by-id client customer-id)

Delete a single customer by customer-id.

Delete a single customer by `customer-id`.
sourceraw docstring

get-by-idclj

(get-by-id client customer-id)

Fetch a single customer by customer-id.

Fetch a single customer by `customer-id`.
sourceraw docstring

get-listclj

(get-list client opts)

Fetch all customers.

Fetch all customers.
sourceraw docstring

update-by-idclj

(update-by-id client customer-id data)

Update a single customer by customer-id.

Update a single customer by `customer-id`.
sourceraw docstring

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

× close