pub struct GroupHeader126 {
pub msg_id: String,
pub cre_dt_tm: String,
pub chrgs_rqstr: Option<BranchAndFinancialInstitutionIdentification8>,
pub ttl_chrgs: Option<TotalCharges7>,
pub chrgs_acct: Option<CashAccount40>,
pub chrgs_acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§msg_id: String§cre_dt_tm: String§chrgs_rqstr: Option<BranchAndFinancialInstitutionIdentification8>§ttl_chrgs: Option<TotalCharges7>§chrgs_acct: Option<CashAccount40>§chrgs_acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader126
impl GroupHeader126
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader126
impl RefUnwindSafe for GroupHeader126
impl Send for GroupHeader126
impl Sync for GroupHeader126
impl Unpin for GroupHeader126
impl UnwindSafe for GroupHeader126
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