pub struct GroupHeader127 {
pub msg_id: String,
pub cre_dt_tm: String,
pub authstn: Option<Vec<Authorisation1Choice>>,
pub btch_bookg: Option<bool>,
pub nb_of_txs: String,
pub ctrl_sum: Option<f64>,
pub grp_rvsl: Option<bool>,
pub ttl_rvsd_intr_bk_sttlm_amt: Option<ActiveCurrencyAndAmount>,
pub intr_bk_sttlm_dt: Option<String>,
pub sttlm_inf: SettlementInstruction15,
pub instg_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub instd_agt: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§msg_id: String§cre_dt_tm: String§authstn: Option<Vec<Authorisation1Choice>>§btch_bookg: Option<bool>§nb_of_txs: String§ctrl_sum: Option<f64>§grp_rvsl: Option<bool>§ttl_rvsd_intr_bk_sttlm_amt: Option<ActiveCurrencyAndAmount>§intr_bk_sttlm_dt: Option<String>§sttlm_inf: SettlementInstruction15§instg_agt: Option<BranchAndFinancialInstitutionIdentification8>§instd_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader127
impl GroupHeader127
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader127
impl RefUnwindSafe for GroupHeader127
impl Send for GroupHeader127
impl Sync for GroupHeader127
impl Unpin for GroupHeader127
impl UnwindSafe for GroupHeader127
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