pub struct GroupHeader125 {
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 ttl_intr_bk_sttlm_amt: Option<ActiveCurrencyAndAmount>,
pub intr_bk_sttlm_dt: Option<String>,
pub sttlm_inf: SettlementInstruction14,
pub pmt_tp_inf: Option<PaymentTypeInformation27>,
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>§ttl_intr_bk_sttlm_amt: Option<ActiveCurrencyAndAmount>§intr_bk_sttlm_dt: Option<String>§sttlm_inf: SettlementInstruction14§pmt_tp_inf: Option<PaymentTypeInformation27>§instg_agt: Option<BranchAndFinancialInstitutionIdentification8>§instd_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader125
impl GroupHeader125
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader125
impl RefUnwindSafe for GroupHeader125
impl Send for GroupHeader125
impl Sync for GroupHeader125
impl Unpin for GroupHeader125
impl UnwindSafe for GroupHeader125
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