pub struct ReportEntry14 {Show 19 fields
pub ntry_ref: Option<String>,
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub cdt_dbt_ind: CreditDebitCode,
pub rvsl_ind: Option<bool>,
pub sts: EntryStatus1Choice,
pub bookg_dt: Option<DateAndDateTime2Choice>,
pub val_dt: Option<DateAndDateTime2Choice>,
pub acct_svcr_ref: Option<String>,
pub avlbty: Option<Vec<CashAvailability1>>,
pub bk_tx_cd: BankTransactionCodeStructure4,
pub comssn_wvr_ind: Option<bool>,
pub addtl_inf_ind: Option<MessageIdentification2>,
pub amt_dtls: Option<AmountAndCurrencyExchange4>,
pub chrgs: Option<Charges15>,
pub tech_inpt_chanl: Option<TechnicalInputChannel1Choice>,
pub intrst: Option<TransactionInterest4>,
pub card_tx: Option<CardEntry5>,
pub ntry_dtls: Option<Vec<EntryDetails13>>,
pub addtl_ntry_inf: Option<String>,
}Fields§
§ntry_ref: Option<String>§amt: ActiveOrHistoricCurrencyAndAmount§cdt_dbt_ind: CreditDebitCode§rvsl_ind: Option<bool>§sts: EntryStatus1Choice§bookg_dt: Option<DateAndDateTime2Choice>§val_dt: Option<DateAndDateTime2Choice>§acct_svcr_ref: Option<String>§avlbty: Option<Vec<CashAvailability1>>§bk_tx_cd: BankTransactionCodeStructure4§comssn_wvr_ind: Option<bool>§addtl_inf_ind: Option<MessageIdentification2>§amt_dtls: Option<AmountAndCurrencyExchange4>§chrgs: Option<Charges15>§tech_inpt_chanl: Option<TechnicalInputChannel1Choice>§intrst: Option<TransactionInterest4>§card_tx: Option<CardEntry5>§ntry_dtls: Option<Vec<EntryDetails13>>§addtl_ntry_inf: Option<String>Implementations§
Source§impl ReportEntry14
impl ReportEntry14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportEntry14
impl RefUnwindSafe for ReportEntry14
impl Send for ReportEntry14
impl Sync for ReportEntry14
impl Unpin for ReportEntry14
impl UnwindSafe for ReportEntry14
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