pub struct CashAccountEntrySearch8 {
pub acct_id: Option<Vec<AccountIdentificationSearchCriteria2Choice>>,
pub ntry_amt: Option<Vec<ActiveOrHistoricAmountRange2Choice>>,
pub ntry_amt_ccy: Option<Vec<String>>,
pub cdt_dbt_ind: Option<CreditDebitCode>,
pub ntry_sts: Option<Vec<EntryStatus1Code>>,
pub ntry_dt: Option<Vec<DateAndDateTimeSearch3Choice>>,
pub acct_ownr: Option<PartyIdentification272>,
pub acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§acct_id: Option<Vec<AccountIdentificationSearchCriteria2Choice>>§ntry_amt: Option<Vec<ActiveOrHistoricAmountRange2Choice>>§ntry_amt_ccy: Option<Vec<String>>§cdt_dbt_ind: Option<CreditDebitCode>§ntry_sts: Option<Vec<EntryStatus1Code>>§ntry_dt: Option<Vec<DateAndDateTimeSearch3Choice>>§acct_ownr: Option<PartyIdentification272>§acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl CashAccountEntrySearch8
impl CashAccountEntrySearch8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashAccountEntrySearch8
impl RefUnwindSafe for CashAccountEntrySearch8
impl Send for CashAccountEntrySearch8
impl Sync for CashAccountEntrySearch8
impl Unpin for CashAccountEntrySearch8
impl UnwindSafe for CashAccountEntrySearch8
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