mx20022-model 0.2.0

Strongly-typed ISO 20022 message models generated from official XSD schemas (pacs, pain, camt, head)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Payment Initiation (pain) message types.
//!
//! Types are scoped by message version. Import the specific version module:
//!
//! ```ignore
//! use mx20022_model::generated::pain::pain_001_001_11::Document;
//! ```

pub mod pain_001_001_11;
pub mod pain_002_001_13;
pub mod pain_013_001_09;