Cargo Features
[dependencies]
ezstripe = { version = "0.6.1", default-features = false, features = ["full", "balance", "balance_transaction", "dispute", "mandate", "payment_intent", "payout", "refund"] }
- default = full
-
The
full
feature is set by default wheneverezstripe
is added without
somewhere in the dependency tree.default-features = false - full default = balance, dispute, mandate, payment_intent, payout, refund
- balance full = balance_transaction
-
Affects
ezstripe::balance
… - balance_transaction balance?
-
Affects
ezstripe::balance_transaction
… - dispute full
-
Affects
ezstripe::dispute
… - mandate full
-
Affects
ezstripe::mandate
… - payment_intent full
-
Affects
error::Info.payment_intent
,ezstripe::payment_intent
… - payout full
-
Affects
ezstripe::payout
… - refund full
-
Affects
ezstripe::refund
…