pub struct AmendmentInformationDetails15 {
pub orgnl_mndt_id: Option<String>,
pub orgnl_cdtr_schme_id: Option<PartyIdentification272>,
pub orgnl_cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub orgnl_cdtr_agt_acct: Option<CashAccount40>,
pub orgnl_dbtr: Option<PartyIdentification272>,
pub orgnl_dbtr_acct: Option<CashAccount40>,
pub orgnl_dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub orgnl_dbtr_agt_acct: Option<CashAccount40>,
pub orgnl_fnl_colltn_dt: Option<String>,
pub orgnl_frqcy: Option<Frequency36Choice>,
pub orgnl_rsn: Option<MandateSetupReason1Choice>,
pub orgnl_trckg_days: Option<String>,
}Fields§
§orgnl_mndt_id: Option<String>§orgnl_cdtr_schme_id: Option<PartyIdentification272>§orgnl_cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§orgnl_cdtr_agt_acct: Option<CashAccount40>§orgnl_dbtr: Option<PartyIdentification272>§orgnl_dbtr_acct: Option<CashAccount40>§orgnl_dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§orgnl_dbtr_agt_acct: Option<CashAccount40>§orgnl_fnl_colltn_dt: Option<String>§orgnl_frqcy: Option<Frequency36Choice>§orgnl_rsn: Option<MandateSetupReason1Choice>§orgnl_trckg_days: Option<String>Implementations§
Source§impl AmendmentInformationDetails15
impl AmendmentInformationDetails15
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmendmentInformationDetails15
impl RefUnwindSafe for AmendmentInformationDetails15
impl Send for AmendmentInformationDetails15
impl Sync for AmendmentInformationDetails15
impl Unpin for AmendmentInformationDetails15
impl UnwindSafe for AmendmentInformationDetails15
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