(get-all-balance-transactions this opt-args)
(get-balance-transaction this bt-id)
(create-card this customer-id card)
(delete-card this customer-id card-id)
(get-all-cards this customer-id opt-args)
(get-card this customer-id card-id)
(update-card this customer-id card-id card)
(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-invoice this invoice)
(get-all-invoices this opt-args)
(get-invoice this invoice-id)
(update-invoice this invoice-id invoice)
(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)
(create-product this product)
(delete-product this product-id)
(get-all-products this opt-args)
(get-product this product-id)
(update-product this product-id product)
(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