Liking cljdoc? Tell your friends :D

magnet.payments.core


Balancecljprotocol

get-balanceclj

(get-balance this)
source

BalanceTransactioncljprotocol

get-all-balance-transactionsclj

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

get-balance-transactionclj

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

Cardcljprotocol

create-cardclj

(create-card this customer-id card)

delete-cardclj

(delete-card this customer-id card-id)

get-all-cardsclj

(get-all-cards this customer-id opt-args)

get-cardclj

(get-card this customer-id card-id)

update-cardclj

(update-card this customer-id card-id card)
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

Checkoutcljprotocol

create-checkout-sessionclj

(create-checkout-session this checkout-session)
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

Invoicecljprotocol

create-invoiceclj

(create-invoice this invoice)

get-all-invoicesclj

(get-all-invoices this opt-args)

get-invoiceclj

(get-invoice this invoice-id)

update-invoiceclj

(update-invoice this invoice-id invoice)
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

Productcljprotocol

create-productclj

(create-product this product)

delete-productclj

(delete-product this product-id)

get-all-productsclj

(get-all-products this opt-args)

get-productclj

(get-product this product-id)

update-productclj

(update-product this product-id product)
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