Expand description
TMF677 - Customer Usage Management API
This module implements the TM Forum Customer Usage Management API, providing a standardized interface for handling CDRs, usage records, and consumption.
Re-exports§
pub use db::get_usage_by_id as db_get_usage_by_id;pub use db::get_usages as db_get_usages;pub use auth::*;pub use handlers::*;pub use models::*;