Liking cljdoc? Tell your friends :D

com.adgoji.mollie.api.mandates


createclj

(create client customer-id mandate)

Create a new mandate for given customer-id.

Create a new mandate for given `customer-id`.
sourceraw docstring

get-by-idclj

(get-by-id client customer-id mandate-id)

Fetch a single customer's mandate by mandate-id.

Fetch a single customer's mandate by `mandate-id`.
sourceraw docstring

get-listclj

(get-list client customer-id opts)

Fetch all customer's mandates.

Fetch all customer's mandates.
sourceraw docstring

revoke-by-idclj

(revoke-by-id client customer-id mandate-id)

Revoke a specific customer's mandate by mandate-id.

Revoke a specific customer's mandate by `mandate-id`.
sourceraw docstring

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

× close