pub struct TransactionParties11 {Show 23 fields
pub ultmt_dbtr: Option<Party50Choice>,
pub dbtr: Party50Choice,
pub dbtr_acct: Option<CashAccount40>,
pub initg_pty: Option<Party50Choice>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub dbtr_agt_acct: Option<CashAccount40>,
pub prvs_instg_agt1: Option<BranchAndFinancialInstitutionIdentification8>,
pub prvs_instg_agt1_acct: Option<CashAccount40>,
pub prvs_instg_agt2: Option<BranchAndFinancialInstitutionIdentification8>,
pub prvs_instg_agt2_acct: Option<CashAccount40>,
pub prvs_instg_agt3: Option<BranchAndFinancialInstitutionIdentification8>,
pub prvs_instg_agt3_acct: Option<CashAccount40>,
pub intrmy_agt1: Option<BranchAndFinancialInstitutionIdentification8>,
pub intrmy_agt1_acct: Option<CashAccount40>,
pub intrmy_agt2: Option<BranchAndFinancialInstitutionIdentification8>,
pub intrmy_agt2_acct: Option<CashAccount40>,
pub intrmy_agt3: Option<BranchAndFinancialInstitutionIdentification8>,
pub intrmy_agt3_acct: Option<CashAccount40>,
pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub cdtr_agt_acct: Option<CashAccount40>,
pub cdtr: Party50Choice,
pub cdtr_acct: Option<CashAccount40>,
pub ultmt_cdtr: Option<Party50Choice>,
}Fields§
§ultmt_dbtr: Option<Party50Choice>§dbtr: Party50Choice§dbtr_acct: Option<CashAccount40>§initg_pty: Option<Party50Choice>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§dbtr_agt_acct: Option<CashAccount40>§prvs_instg_agt1: Option<BranchAndFinancialInstitutionIdentification8>§prvs_instg_agt1_acct: Option<CashAccount40>§prvs_instg_agt2: Option<BranchAndFinancialInstitutionIdentification8>§prvs_instg_agt2_acct: Option<CashAccount40>§prvs_instg_agt3: Option<BranchAndFinancialInstitutionIdentification8>§prvs_instg_agt3_acct: Option<CashAccount40>§intrmy_agt1: Option<BranchAndFinancialInstitutionIdentification8>§intrmy_agt1_acct: Option<CashAccount40>§intrmy_agt2: Option<BranchAndFinancialInstitutionIdentification8>§intrmy_agt2_acct: Option<CashAccount40>§intrmy_agt3: Option<BranchAndFinancialInstitutionIdentification8>§intrmy_agt3_acct: Option<CashAccount40>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdtr_agt_acct: Option<CashAccount40>§cdtr: Party50Choice§cdtr_acct: Option<CashAccount40>§ultmt_cdtr: Option<Party50Choice>Implementations§
Source§impl TransactionParties11
impl TransactionParties11
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionParties11
impl RefUnwindSafe for TransactionParties11
impl Send for TransactionParties11
impl Sync for TransactionParties11
impl Unpin for TransactionParties11
impl UnwindSafe for TransactionParties11
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