Expand description
TMF622 - Product Ordering Management API
This module implements the TM Forum Product Ordering Management API, providing a standardized interface for managing customer product orders.
Re-exports§
pub use db::get_order_by_id as db_get_order_by_id;pub use db::get_orders as db_get_orders;pub use auth::*;pub use handlers::*;pub use models::*;