Nombaone.BillingMetrics (Nomba One v0.1.0)

View Source

Billing KPIs, computed from the ledger on read — never stored, never stale. mrr_in_kobo is monthly recurring revenue in integer kobo. dunning_funnel is a Nombaone.DunningFunnel.

Summary

Types

t()

@type t() :: %Nombaone.BillingMetrics{
  __raw__: term(),
  active_count: term(),
  domain: term(),
  dunning_funnel: term(),
  dunning_recovery_rate: term(),
  failed_charge_rate: term(),
  involuntary_churn: term(),
  mrr_in_kobo: term(),
  voluntary_churn: term(),
  window_from: term(),
  window_to: term()
}