pub struct AccountReport33 {Show 16 fields
pub id: String,
pub rpt_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 bal: Option<Vec<CashBalance8>>,
pub txs_summry: Option<TotalTransactions6>,
pub ntry: Option<Vec<ReportEntry14>>,
pub addtl_rpt_inf: Option<String>,
}Fields§
§id: String§rpt_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>>§bal: Option<Vec<CashBalance8>>§txs_summry: Option<TotalTransactions6>§ntry: Option<Vec<ReportEntry14>>§addtl_rpt_inf: Option<String>Implementations§
Source§impl AccountReport33
impl AccountReport33
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountReport33
impl RefUnwindSafe for AccountReport33
impl Send for AccountReport33
impl Sync for AccountReport33
impl Unpin for AccountReport33
impl UnwindSafe for AccountReport33
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