pub struct AmendmentInformationDetails14 {
pub orgnl_mndt_id: Option<String>,
pub orgnl_cdtr_schme_id: Option<PartyIdentification135>,
pub orgnl_cdtr_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub orgnl_cdtr_agt_acct: Option<CashAccount40>,
pub orgnl_dbtr: Option<PartyIdentification135>,
pub orgnl_dbtr_acct: Option<CashAccount40>,
pub orgnl_dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>,
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<PartyIdentification135>§orgnl_cdtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§orgnl_cdtr_agt_acct: Option<CashAccount40>§orgnl_dbtr: Option<PartyIdentification135>§orgnl_dbtr_acct: Option<CashAccount40>§orgnl_dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§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 AmendmentInformationDetails14
impl AmendmentInformationDetails14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmendmentInformationDetails14
impl RefUnwindSafe for AmendmentInformationDetails14
impl Send for AmendmentInformationDetails14
impl Sync for AmendmentInformationDetails14
impl Unpin for AmendmentInformationDetails14
impl UnwindSafe for AmendmentInformationDetails14
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