Liking cljdoc? Tell your friends :D

magnet.payments.core


Balancecljprotocol

get-all-balance-transactionsclj

(get-all-balance-transactions this opt-args)

get-balanceclj

(get-balance this)

get-balance-transactionclj

(get-balance-transaction this bt-id)
source

Chargecljprotocol

create-chargeclj

(create-charge this charge)

get-all-chargesclj

(get-all-charges this opt-args)

get-chargeclj

(get-charge this charge-id)

update-chargeclj

(update-charge this charge-id charge)
source

Customerscljprotocol

create-customerclj

(create-customer this customer)

delete-customerclj

(delete-customer this customer-id)

get-all-customersclj

(get-all-customers this opt-args)

get-customerclj

(get-customer this customer-id)

update-customerclj

(update-customer this customer-id customer)
source

Planscljprotocol

create-planclj

(create-plan this plan)

delete-planclj

(delete-plan this plan-id)

get-all-plansclj

(get-all-plans this opt-args)

get-planclj

(get-plan this plan-id)

update-planclj

(update-plan this plan-id plan)
source

Subscriptionscljprotocol

cancel-subscriptionclj

(cancel-subscription this subscription-id)

create-subscriptionclj

(create-subscription this subscription)

get-all-subscriptionsclj

(get-all-subscriptions this opt-args)

get-subscriptionclj

(get-subscription this subscription-id)

update-subscriptionclj

(update-subscription this subscription-id subscription)
source

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

× close