OriginalTransactionReference35

Struct OriginalTransactionReference35 

Source
pub struct OriginalTransactionReference35 {
Show 22 fields pub intr_bk_sttlm_amt: Option<ActiveOrHistoricCurrencyAndAmount>, pub amt: Option<AmountType4Choice>, pub intr_bk_sttlm_dt: Option<String>, pub reqd_colltn_dt: Option<String>, pub reqd_exctn_dt: Option<DateAndDateTime2Choice>, pub cdtr_schme_id: Option<PartyIdentification135>, pub sttlm_inf: Option<SettlementInstruction11>, pub pmt_tp_inf: Option<PaymentTypeInformation27>, pub pmt_mtd: Option<PaymentMethod4Code>, pub mndt_rltd_inf: Option<MandateRelatedData2Choice>, pub rmt_inf: Option<RemittanceInformation21>, pub ultmt_dbtr: Option<Party40Choice>, pub dbtr: Option<Party40Choice>, pub dbtr_acct: Option<CashAccount40>, pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>, pub dbtr_agt_acct: Option<CashAccount40>, pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification6>, pub cdtr_agt_acct: Option<CashAccount40>, pub cdtr: Option<Party40Choice>, pub cdtr_acct: Option<CashAccount40>, pub ultmt_cdtr: Option<Party40Choice>, pub purp: Option<Purpose2Choice>,
}

Fields§

§intr_bk_sttlm_amt: Option<ActiveOrHistoricCurrencyAndAmount>§amt: Option<AmountType4Choice>§intr_bk_sttlm_dt: Option<String>§reqd_colltn_dt: Option<String>§reqd_exctn_dt: Option<DateAndDateTime2Choice>§cdtr_schme_id: Option<PartyIdentification135>§sttlm_inf: Option<SettlementInstruction11>§pmt_tp_inf: Option<PaymentTypeInformation27>§pmt_mtd: Option<PaymentMethod4Code>§mndt_rltd_inf: Option<MandateRelatedData2Choice>§rmt_inf: Option<RemittanceInformation21>§ultmt_dbtr: Option<Party40Choice>§dbtr: Option<Party40Choice>§dbtr_acct: Option<CashAccount40>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§dbtr_agt_acct: Option<CashAccount40>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§cdtr_agt_acct: Option<CashAccount40>§cdtr: Option<Party40Choice>§cdtr_acct: Option<CashAccount40>§ultmt_cdtr: Option<Party40Choice>§purp: Option<Purpose2Choice>

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.