pub struct DirectDebitMandate7 {
pub dbtr_acct: AccountIdentificationAndName5,
pub dbtr: Option<PartyIdentification125Choice>,
pub dbtr_tax_id_nb: Option<String>,
pub dbtr_ntl_regn_nb: Option<String>,
pub cdtr: Option<PartyIdentification125Choice>,
pub dbtr_agt: FinancialInstitutionIdentification11Choice,
pub dbtr_agt_brnch: Option<BranchData4>,
pub cdtr_agt: Option<FinancialInstitutionIdentification11Choice>,
pub cdtr_agt_brnch: Option<BranchData4>,
pub regn_id: Option<String>,
pub mndt_id: Option<String>,
}Fields§
§dbtr_acct: AccountIdentificationAndName5§dbtr: Option<PartyIdentification125Choice>§dbtr_tax_id_nb: Option<String>§dbtr_ntl_regn_nb: Option<String>§cdtr: Option<PartyIdentification125Choice>§dbtr_agt: FinancialInstitutionIdentification11Choice§dbtr_agt_brnch: Option<BranchData4>§cdtr_agt: Option<FinancialInstitutionIdentification11Choice>§cdtr_agt_brnch: Option<BranchData4>§regn_id: Option<String>§mndt_id: Option<String>Implementations§
Source§impl DirectDebitMandate7
impl DirectDebitMandate7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DirectDebitMandate7
impl RefUnwindSafe for DirectDebitMandate7
impl Send for DirectDebitMandate7
impl Sync for DirectDebitMandate7
impl Unpin for DirectDebitMandate7
impl UnwindSafe for DirectDebitMandate7
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