pub struct GroupHeader123 {Show 13 fields
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_rtr: Option<bool>,
pub ttl_rtrd_intr_bk_sttlm_amt: Option<ActiveCurrencyAndAmount>,
pub intr_bk_sttlm_dt: Option<String>,
pub sttlm_inf: SettlementInstruction15,
pub pmt_tp_inf: Option<PaymentTypeInformation28>,
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_rtr: Option<bool>§ttl_rtrd_intr_bk_sttlm_amt: Option<ActiveCurrencyAndAmount>§intr_bk_sttlm_dt: Option<String>§sttlm_inf: SettlementInstruction15§pmt_tp_inf: Option<PaymentTypeInformation28>§instg_agt: Option<BranchAndFinancialInstitutionIdentification8>§instd_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader123
impl GroupHeader123
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader123
impl RefUnwindSafe for GroupHeader123
impl Send for GroupHeader123
impl Sync for GroupHeader123
impl Unpin for GroupHeader123
impl UnwindSafe for GroupHeader123
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