pub struct OriginalNotificationReference14 {
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 orgnl_itm: Vec<OriginalItem8>,
}Fields§
§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>§orgnl_itm: Vec<OriginalItem8>Implementations§
Source§impl OriginalNotificationReference14
impl OriginalNotificationReference14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OriginalNotificationReference14
impl RefUnwindSafe for OriginalNotificationReference14
impl Send for OriginalNotificationReference14
impl Sync for OriginalNotificationReference14
impl Unpin for OriginalNotificationReference14
impl UnwindSafe for OriginalNotificationReference14
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