pub struct AccountNotification22 {Show 15 fields
pub id: String,
pub ntfctn_pgntn: Option<Pagination1>,
pub elctrnc_seq_nb: Option<f64>,
pub rptg_seq: Option<SequenceRange1Choice>,
pub lgl_seq_nb: Option<f64>,
pub cre_dt_tm: Option<String>,
pub fr_to_dt: Option<DateTimePeriod1>,
pub cpy_dplct_ind: Option<CopyDuplicate1Code>,
pub rptg_src: Option<ReportingSource1Choice>,
pub acct: CashAccount43,
pub rltd_acct: Option<CashAccount40>,
pub intrst: Option<Vec<AccountInterest4>>,
pub txs_summry: Option<TotalTransactions6>,
pub ntry: Option<Vec<ReportEntry14>>,
pub addtl_ntfctn_inf: Option<String>,
}Fields§
§id: String§ntfctn_pgntn: Option<Pagination1>§elctrnc_seq_nb: Option<f64>§rptg_seq: Option<SequenceRange1Choice>§lgl_seq_nb: Option<f64>§cre_dt_tm: Option<String>§fr_to_dt: Option<DateTimePeriod1>§cpy_dplct_ind: Option<CopyDuplicate1Code>§rptg_src: Option<ReportingSource1Choice>§acct: CashAccount43§rltd_acct: Option<CashAccount40>§intrst: Option<Vec<AccountInterest4>>§txs_summry: Option<TotalTransactions6>§ntry: Option<Vec<ReportEntry14>>§addtl_ntfctn_inf: Option<String>Implementations§
Source§impl AccountNotification22
impl AccountNotification22
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountNotification22
impl RefUnwindSafe for AccountNotification22
impl Send for AccountNotification22
impl Sync for AccountNotification22
impl Unpin for AccountNotification22
impl UnwindSafe for AccountNotification22
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