pub struct CashSettlement4 {
pub mod_scp_indctn: DataModification2Code,
pub csh_acct_dtls: Option<Vec<CashAccount204>>,
pub othr_csh_sttlm_dtls: Option<Vec<PaymentInstrument17>>,
}Fields§
§mod_scp_indctn: DataModification2Code§csh_acct_dtls: Option<Vec<CashAccount204>>§othr_csh_sttlm_dtls: Option<Vec<PaymentInstrument17>>Implementations§
Source§impl CashSettlement4
impl CashSettlement4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashSettlement4
impl RefUnwindSafe for CashSettlement4
impl Send for CashSettlement4
impl Sync for CashSettlement4
impl Unpin for CashSettlement4
impl UnwindSafe for CashSettlement4
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