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