pub struct AccountNotification23 {
pub id: String,
pub acct: Option<CashAccount40>,
pub acct_ownr: Option<Party50Choice>,
pub acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
pub rltd_acct: Option<CashAccount40>,
pub ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub xpctd_val_dt: Option<String>,
pub dbtr: Option<Party50Choice>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub intrmy_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub itm: Vec<NotificationItem9>,
}Fields§
§id: String§acct: Option<CashAccount40>§acct_ownr: Option<Party50Choice>§acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>§rltd_acct: Option<CashAccount40>§ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>§xpctd_val_dt: Option<String>§dbtr: Option<Party50Choice>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§intrmy_agt: Option<BranchAndFinancialInstitutionIdentification8>§itm: Vec<NotificationItem9>Implementations§
Source§impl AccountNotification23
impl AccountNotification23
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountNotification23
impl RefUnwindSafe for AccountNotification23
impl Send for AccountNotification23
impl Sync for AccountNotification23
impl Unpin for AccountNotification23
impl UnwindSafe for AccountNotification23
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