1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! [ISO 20022] Universal Financial Message Scheme
//!
//! [iso 20022]: https://www.iso20022.org/

/// BusinessApplicationHeaderV02
pub mod head_001_001_02;
/// CustomerCreditTransferInitiationV10
pub mod pain_001_001_10;
/// CustomerPaymentStatusReportV11
pub mod pain_002_001_11;