pub struct IntraBalanceMovement7 {
pub csh_acct: Option<CashAccount40>,
pub csh_acct_ownr: Option<SystemPartyIdentification8>,
pub csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
pub sts_and_rsn: Option<IntraBalanceStatusAndReason2>,
pub acct_ownr_tx_id: String,
pub acct_svcr_tx_id: Option<String>,
pub mkt_infrstrctr_tx_id: Option<String>,
pub prcr_tx_id: Option<String>,
pub pool_id: Option<String>,
pub corp_actn_evt_id: Option<String>,
pub mvmnt_dtls: Option<IntraBalanceMovement6>,
}Fields§
§csh_acct: Option<CashAccount40>§csh_acct_ownr: Option<SystemPartyIdentification8>§csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>§sts_and_rsn: Option<IntraBalanceStatusAndReason2>§acct_ownr_tx_id: String§acct_svcr_tx_id: Option<String>§mkt_infrstrctr_tx_id: Option<String>§prcr_tx_id: Option<String>§pool_id: Option<String>§corp_actn_evt_id: Option<String>§mvmnt_dtls: Option<IntraBalanceMovement6>Implementations§
Source§impl IntraBalanceMovement7
impl IntraBalanceMovement7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IntraBalanceMovement7
impl RefUnwindSafe for IntraBalanceMovement7
impl Send for IntraBalanceMovement7
impl Sync for IntraBalanceMovement7
impl Unpin for IntraBalanceMovement7
impl UnwindSafe for IntraBalanceMovement7
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