(get-all-balance-transactions this opt-args)
(get-balance this)
(get-balance-transaction this bt-id)
(create-charge this charge)
(get-all-charges this opt-args)
(get-charge this charge-id)
(update-charge this charge-id charge)
(create-customer this customer)
(delete-customer this customer-id)
(get-all-customers this opt-args)
(get-customer this customer-id)
(update-customer this customer-id customer)
(create-plan this plan)
(delete-plan this plan-id)
(get-all-plans this opt-args)
(get-plan this plan-id)
(update-plan this plan-id plan)
(cancel-subscription this subscription-id)
(create-subscription this subscription)
(get-all-subscriptions this opt-args)
(get-subscription this subscription-id)
(update-subscription this subscription-id subscription)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close