pub struct CashAccountSearchCriteria8 {
pub acct_id: Option<Vec<AccountIdentificationSearchCriteria2Choice>>,
pub tp: Option<Vec<CashAccountType2Choice>>,
pub ccy: Option<Vec<String>>,
pub bal: Option<Vec<CashBalance14>>,
pub acct_ownr: Option<PartyIdentification272>,
pub acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§acct_id: Option<Vec<AccountIdentificationSearchCriteria2Choice>>§tp: Option<Vec<CashAccountType2Choice>>§ccy: Option<Vec<String>>§bal: Option<Vec<CashBalance14>>§acct_ownr: Option<PartyIdentification272>§acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl CashAccountSearchCriteria8
impl CashAccountSearchCriteria8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashAccountSearchCriteria8
impl RefUnwindSafe for CashAccountSearchCriteria8
impl Send for CashAccountSearchCriteria8
impl Sync for CashAccountSearchCriteria8
impl Unpin for CashAccountSearchCriteria8
impl UnwindSafe for CashAccountSearchCriteria8
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