pub struct GroupHeader118 {
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 initg_pty: PartyIdentification272,
pub fwdg_agt: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§msg_id: String§cre_dt_tm: String§authstn: Option<Vec<Authorisation1Choice>>§nb_of_txs: String§ctrl_sum: Option<f64>§initg_pty: PartyIdentification272§fwdg_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader118
impl GroupHeader118
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader118
impl RefUnwindSafe for GroupHeader118
impl Send for GroupHeader118
impl Sync for GroupHeader118
impl Unpin for GroupHeader118
impl UnwindSafe for GroupHeader118
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