# `PhoenixKitBilling.Supervisor`
[🔗](https://github.com/BeamLabEU/phoenix_kit_billing/blob/0.5.1/lib/phoenix_kit_billing/supervisor.ex#L1)

Supervisor for PhoenixKit Billing system.

Manages billing background processes. Add to your application's supervision tree:

    # In lib/your_app/application.ex
    children = [
      PhoenixKitBilling.Supervisor
    ]

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `init`

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
