Cargo Features
async-stripe-billing has no features set by default.
[dependencies]
async-stripe-billing = { version = "1.0.0-alpha.2", features = ["full", "serialize", "deserialize", "billing_credit_balance_summary", "billing_credit_grant", "billing_meter_event_adjustment", "billing_portal_configuration", "invoice", "invoice_payment", "subscription", "tax_id", "test_helpers_test_clock"] }
- full = billing_alert, billing_credit_balance_summary, billing_credit_balance_transaction, billing_credit_grant, billing_meter, billing_meter_event, billing_meter_event_adjustment, billing_meter_event_summary, billing_portal_configuration, billing_portal_session, credit_note, credit_note_line_item, invoice, invoice_item, invoice_line_item, invoice_payment, invoice_rendering_template, plan, quote, subscription, subscription_item, subscription_schedule, tax_id, test_helpers_test_clock
- serialize
-
Enables serialize of async-stripe-shared and async-stripe-types
- deserialize
-
Enables serde_json, deserialize of async-stripe-shared and async-stripe-types
- billing_alert billing_credit_balance_summary full?
- billing_credit_balance_transaction billing_credit_grant full?
- billing_meter billing_meter_event billing_meter_event_adjustment full?
- billing_meter_event_summary billing_portal_configuration full?
- billing_portal_session credit_note credit_note_line_item invoice full?
- invoice_item invoice_line_item invoice_payment full?
- invoice_rendering_template plan quote subscription full?
- subscription_item subscription_schedule tax_id full?
- test_helpers_test_clock full?
async-stripe-billing has 12 features without comments.