Liking cljdoc? Tell your friends :D

com.adgoji.mollie.api.subscriptions


cancel-by-idclj

(cancel-by-id client customer-id subscription-id)

Cancel a single customer's subscription by subscription-id.

Cancel a single customer's subscription by `subscription-id`.
sourceraw docstring

createclj

(create client customer-id subscription)

Create a new subscription for given customer-id.

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

get-by-idclj

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

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

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

get-listclj

(get-list client opts)
(get-list client customer-id opts)

Get all subscriptions.

Get all subscriptions.
sourceraw docstring

update-by-idclj

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

Update a single customer's subscription by subscription-id.

Update a single customer's subscription by `subscription-id`.
sourceraw docstring

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

× close