pub struct UnderlyingStatementEntry5 {
pub orgnl_acct: Option<CashAccount40>,
pub orgnl_grp_inf: Option<OriginalGroupInformation29>,
pub orgnl_stmt_id: Option<String>,
pub orgnl_ntry_ref: Option<String>,
pub orgnl_uetr: Option<String>,
pub orgnl_ntry_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub orgnl_ntry_val_dt: Option<DateAndDateTime2Choice>,
}Fields§
§orgnl_acct: Option<CashAccount40>§orgnl_grp_inf: Option<OriginalGroupInformation29>§orgnl_stmt_id: Option<String>§orgnl_ntry_ref: Option<String>§orgnl_uetr: Option<String>§orgnl_ntry_amt: Option<ActiveOrHistoricCurrencyAndAmount>§orgnl_ntry_val_dt: Option<DateAndDateTime2Choice>Implementations§
Source§impl UnderlyingStatementEntry5
impl UnderlyingStatementEntry5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingStatementEntry5
impl RefUnwindSafe for UnderlyingStatementEntry5
impl Send for UnderlyingStatementEntry5
impl Sync for UnderlyingStatementEntry5
impl Unpin for UnderlyingStatementEntry5
impl UnwindSafe for UnderlyingStatementEntry5
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