IntraBalanceQueryCriteria11

Struct IntraBalanceQueryCriteria11 

Source
pub struct IntraBalanceQueryCriteria11 {
Show 15 fields pub refs: Option<Vec<References36Choice>>, pub sts: Option<IntraBalanceQueryStatus3>, pub csh_acct: Option<Vec<AccountIdentificationSearchCriteria2Choice>>, pub csh_acct_ownr: Option<Vec<SystemPartyIdentification8>>, pub csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>, pub bal_tp: Option<Vec<IntraBalanceType3>>, pub csh_sub_bal_id: Option<Vec<GenericIdentification37>>, pub sttlm_amt: Option<ImpliedCurrencyAmountRange1Choice>, pub sttld_amt: Option<ImpliedCurrencyAmountRange1Choice>, pub sttlm_ccy: Option<Vec<String>>, pub intndd_sttlm_dt: Option<DateAndDateTimeSearch5Choice>, pub fctv_sttlm_dt: Option<DateAndDateTimeSearch5Choice>, pub prty: Option<Vec<PriorityNumeric4Choice>>, pub msg_orgtr: Option<Vec<SystemPartyIdentification8>>, pub cre_dt_tm: Option<DateAndDateTimeSearch5Choice>,
}

Fields§

§refs: Option<Vec<References36Choice>>§sts: Option<IntraBalanceQueryStatus3>§csh_acct: Option<Vec<AccountIdentificationSearchCriteria2Choice>>§csh_acct_ownr: Option<Vec<SystemPartyIdentification8>>§csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>§bal_tp: Option<Vec<IntraBalanceType3>>§csh_sub_bal_id: Option<Vec<GenericIdentification37>>§sttlm_amt: Option<ImpliedCurrencyAmountRange1Choice>§sttld_amt: Option<ImpliedCurrencyAmountRange1Choice>§sttlm_ccy: Option<Vec<String>>§intndd_sttlm_dt: Option<DateAndDateTimeSearch5Choice>§fctv_sttlm_dt: Option<DateAndDateTimeSearch5Choice>§prty: Option<Vec<PriorityNumeric4Choice>>§msg_orgtr: Option<Vec<SystemPartyIdentification8>>§cre_dt_tm: Option<DateAndDateTimeSearch5Choice>

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.