pub struct AmendmentInformationDetails13 {
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<CashAccount38>,
pub orgnl_dbtr: Option<PartyIdentification135>,
pub orgnl_dbtr_acct: Option<CashAccount38>,
pub orgnl_dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub orgnl_dbtr_agt_acct: Option<CashAccount38>,
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<CashAccount38>§orgnl_dbtr: Option<PartyIdentification135>§orgnl_dbtr_acct: Option<CashAccount38>§orgnl_dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§orgnl_dbtr_agt_acct: Option<CashAccount38>§orgnl_fnl_colltn_dt: Option<String>§orgnl_frqcy: Option<Frequency36Choice>§orgnl_rsn: Option<MandateSetupReason1Choice>§orgnl_trckg_days: Option<String>Implementations§
Source§impl AmendmentInformationDetails13
impl AmendmentInformationDetails13
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for AmendmentInformationDetails13
impl Clone for AmendmentInformationDetails13
Source§fn clone(&self) -> AmendmentInformationDetails13
fn clone(&self) -> AmendmentInformationDetails13
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AmendmentInformationDetails13
impl Default for AmendmentInformationDetails13
Source§fn default() -> AmendmentInformationDetails13
fn default() -> AmendmentInformationDetails13
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AmendmentInformationDetails13
impl<'de> Deserialize<'de> for AmendmentInformationDetails13
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AmendmentInformationDetails13
impl PartialEq for AmendmentInformationDetails13
Source§fn eq(&self, other: &AmendmentInformationDetails13) -> bool
fn eq(&self, other: &AmendmentInformationDetails13) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AmendmentInformationDetails13
Auto Trait Implementations§
impl Freeze for AmendmentInformationDetails13
impl RefUnwindSafe for AmendmentInformationDetails13
impl Send for AmendmentInformationDetails13
impl Sync for AmendmentInformationDetails13
impl Unpin for AmendmentInformationDetails13
impl UnwindSafe for AmendmentInformationDetails13
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