pub struct GroupHeader124 {
pub msg_id: String,
pub cre_dt_tm: String,
pub authstn: Option<Vec<Authorisation1Choice>>,
pub nb_of_txs: String,
pub ctrl_sum: Option<f64>,
pub grp_rvsl: Option<bool>,
pub initg_pty: Option<PartyIdentification272>,
pub fwdg_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§msg_id: String§cre_dt_tm: String§authstn: Option<Vec<Authorisation1Choice>>§nb_of_txs: String§ctrl_sum: Option<f64>§grp_rvsl: Option<bool>§initg_pty: Option<PartyIdentification272>§fwdg_agt: Option<BranchAndFinancialInstitutionIdentification8>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader124
impl GroupHeader124
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader124
impl RefUnwindSafe for GroupHeader124
impl Send for GroupHeader124
impl Sync for GroupHeader124
impl Unpin for GroupHeader124
impl UnwindSafe for GroupHeader124
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more