//! Billing primitives built on `decimal-money`.
//!
//! Re-exports [`decimal_money::CurrencyAmount`] and [`decimal_money::Currency`]
//! and provides [`Price`] — a net/gross/tax helper that mirrors
//! `ecom-core::Money::percentage_of` and the promo/insurance math in
//! `ecom-http` (`crates/ecom-http/tests/integration_test.rs`).
pub use ;
pub use Decimal;
pub use ;