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