pub struct CashAccount204 {
pub sttlm_ccy: String,
pub id: AccountIdentificationAndName5,
pub acct_ownr: Option<PartyIdentification125Choice>,
pub acct_svcr: Option<FinancialInstitutionIdentification11Choice>,
pub acct_svcr_brnch: Option<BranchData4>,
pub acct_ownr_othr_id: Option<Vec<GenericIdentification82>>,
pub invstmt_acct_tp: Option<AccountType2Choice>,
pub cdt_dbt: Option<CreditDebit3Code>,
pub sttlm_instr_rsn: Option<SettlementInstructionReason1Choice>,
pub csh_acct_purp: Option<CashAccountType3Choice>,
pub csh_acct_dsgnt: Option<AccountDesignation1Choice>,
pub dvdd_pctg: Option<f64>,
}Fields§
§sttlm_ccy: String§id: AccountIdentificationAndName5§acct_ownr: Option<PartyIdentification125Choice>§acct_svcr: Option<FinancialInstitutionIdentification11Choice>§acct_svcr_brnch: Option<BranchData4>§acct_ownr_othr_id: Option<Vec<GenericIdentification82>>§invstmt_acct_tp: Option<AccountType2Choice>§cdt_dbt: Option<CreditDebit3Code>§sttlm_instr_rsn: Option<SettlementInstructionReason1Choice>§csh_acct_purp: Option<CashAccountType3Choice>§csh_acct_dsgnt: Option<AccountDesignation1Choice>§dvdd_pctg: Option<f64>Implementations§
Source§impl CashAccount204
impl CashAccount204
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashAccount204
impl RefUnwindSafe for CashAccount204
impl Send for CashAccount204
impl Sync for CashAccount204
impl Unpin for CashAccount204
impl UnwindSafe for CashAccount204
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