pub struct SettlementInstruction15 {
pub sttlm_mtd: SettlementMethod1Code,
pub sttlm_acct: Option<CashAccount40>,
pub clr_sys: Option<ClearingSystemIdentification3Choice>,
pub instg_rmbrsmnt_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub instg_rmbrsmnt_agt_acct: Option<CashAccount40>,
pub instd_rmbrsmnt_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub instd_rmbrsmnt_agt_acct: Option<CashAccount40>,
pub thrd_rmbrsmnt_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub thrd_rmbrsmnt_agt_acct: Option<CashAccount40>,
}Fields§
§sttlm_mtd: SettlementMethod1Code§sttlm_acct: Option<CashAccount40>§clr_sys: Option<ClearingSystemIdentification3Choice>§instg_rmbrsmnt_agt: Option<BranchAndFinancialInstitutionIdentification8>§instg_rmbrsmnt_agt_acct: Option<CashAccount40>§instd_rmbrsmnt_agt: Option<BranchAndFinancialInstitutionIdentification8>§instd_rmbrsmnt_agt_acct: Option<CashAccount40>§thrd_rmbrsmnt_agt: Option<BranchAndFinancialInstitutionIdentification8>§thrd_rmbrsmnt_agt_acct: Option<CashAccount40>Implementations§
Source§impl SettlementInstruction15
impl SettlementInstruction15
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementInstruction15
impl RefUnwindSafe for SettlementInstruction15
impl Send for SettlementInstruction15
impl Sync for SettlementInstruction15
impl Unpin for SettlementInstruction15
impl UnwindSafe for SettlementInstruction15
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