OriginalTransactionReference41

Struct OriginalTransactionReference41 

Source
pub struct OriginalTransactionReference41 {
Show 23 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<PartyIdentification272>, pub sttlm_inf: Option<SettlementInstruction15>, pub pmt_tp_inf: Option<PaymentTypeInformation27>, pub pmt_mtd: Option<PaymentMethod4Code>, pub mndt_rltd_inf: Option<MandateRelatedData3Choice>, pub rmt_inf: Option<RemittanceInformation22>, pub ultmt_dbtr: Option<Party50Choice>, pub dbtr: Option<Party50Choice>, pub dbtr_acct: Option<CashAccount40>, pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>, pub dbtr_agt_acct: Option<CashAccount40>, pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>, pub cdtr_agt_acct: Option<CashAccount40>, pub cdtr: Option<Party50Choice>, pub cdtr_acct: Option<CashAccount40>, pub ultmt_cdtr: Option<Party50Choice>, pub purp: Option<Purpose2Choice>, pub undrlyg_cstmr_cdt_trf: Option<CreditTransferTransaction63>,
}

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<PartyIdentification272>§sttlm_inf: Option<SettlementInstruction15>§pmt_tp_inf: Option<PaymentTypeInformation27>§pmt_mtd: Option<PaymentMethod4Code>§mndt_rltd_inf: Option<MandateRelatedData3Choice>§rmt_inf: Option<RemittanceInformation22>§ultmt_dbtr: Option<Party50Choice>§dbtr: Option<Party50Choice>§dbtr_acct: Option<CashAccount40>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§dbtr_agt_acct: Option<CashAccount40>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdtr_agt_acct: Option<CashAccount40>§cdtr: Option<Party50Choice>§cdtr_acct: Option<CashAccount40>§ultmt_cdtr: Option<Party50Choice>§purp: Option<Purpose2Choice>§undrlyg_cstmr_cdt_trf: Option<CreditTransferTransaction63>

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.