1 2 3 4 5 6 7 8
/// OCPI specific structures for defining charge detail records. mod cdr; /// OCPI specific structures for defining tariffs. mod tariff; pub use cdr::Cdr; pub use tariff::Tariff;