1
2
3
4
5
6
//! This module contains the data structures used in the api endpoints.

pub mod common;
pub mod invoice;
pub mod orders;
pub mod payment;