//! Payments Clearing and Settlement (pacs) message types.
//!
//! Types are scoped by message version to avoid name collisions between
//! shared type names (e.g. `PostalAddress27` appears in both pacs.002 and
//! pacs.008). Import the specific version module you need:
//!
//! ```ignore
//! use mx20022_model::generated::pacs::pacs_008_001_13::Document;
//! ```