Mandate23

Struct Mandate23 

Source
pub struct Mandate23 {
Show 23 fields pub mndt_id: Option<Vec<String>>, pub mndt_req_id: String, pub authntcn: Option<MandateAuthentication1>, pub tp: Option<MandateTypeInformation2>, pub ocrncs: Option<MandateOccurrences5>, pub trckg_ind: bool, pub frst_colltn_amt: Option<ActiveCurrencyAndAmount>, pub colltn_amt: Option<ActiveCurrencyAndAmount>, pub max_amt: Option<ActiveCurrencyAndAmount>, pub adjstmnt: Option<MandateAdjustment1>, pub rsn: Option<MandateSetupReason1Choice>, pub cdtr_schme_id: Option<PartyIdentification272>, pub cdtr: PartyIdentification272, pub cdtr_acct: Option<CashAccount40>, pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>, pub ultmt_cdtr: Option<PartyIdentification272>, pub dbtr: PartyIdentification272, pub dbtr_acct: Option<CashAccount40>, pub dbtr_agt: BranchAndFinancialInstitutionIdentification8, pub ultmt_dbtr: Option<PartyIdentification272>, pub mndt_ref: Option<String>, pub rfrd_doc: Option<Vec<ReferredMandateDocument2>>, pub splmtry_data: Option<Vec<SupplementaryData1>>,
}

Fields§

§mndt_id: Option<Vec<String>>§mndt_req_id: String§authntcn: Option<MandateAuthentication1>§tp: Option<MandateTypeInformation2>§ocrncs: Option<MandateOccurrences5>§trckg_ind: bool§frst_colltn_amt: Option<ActiveCurrencyAndAmount>§colltn_amt: Option<ActiveCurrencyAndAmount>§max_amt: Option<ActiveCurrencyAndAmount>§adjstmnt: Option<MandateAdjustment1>§rsn: Option<MandateSetupReason1Choice>§cdtr_schme_id: Option<PartyIdentification272>§cdtr: PartyIdentification272§cdtr_acct: Option<CashAccount40>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§ultmt_cdtr: Option<PartyIdentification272>§dbtr: PartyIdentification272§dbtr_acct: Option<CashAccount40>§dbtr_agt: BranchAndFinancialInstitutionIdentification8§ultmt_dbtr: Option<PartyIdentification272>§mndt_ref: Option<String>§rfrd_doc: Option<Vec<ReferredMandateDocument2>>§splmtry_data: Option<Vec<SupplementaryData1>>

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.