PaymentInstruction43

Struct PaymentInstruction43 

Source
pub struct PaymentInstruction43 {
Show 18 fields pub pmt_inf_id: String, pub pmt_mtd: PaymentMethod3Code, pub btch_bookg: Option<bool>, pub nb_of_txs: Option<String>, pub ctrl_sum: Option<f64>, pub pmt_tp_inf: Option<PaymentTypeInformation26>, pub reqd_exctn_dt: String, pub poolg_adjstmnt_dt: Option<String>, pub dbtr: PartyIdentification272, pub dbtr_acct: CashAccount40, pub dbtr_agt: BranchAndFinancialInstitutionIdentification8, pub dbtr_agt_acct: Option<CashAccount40>, pub instr_for_dbtr_agt: Option<String>, pub ultmt_dbtr: Option<PartyIdentification272>, pub chrg_br: Option<ChargeBearerType1Code>, pub chrgs_acct: Option<CashAccount40>, pub chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>, pub cdt_trf_tx_inf: Vec<CreditTransferTransaction59>,
}

Fields§

§pmt_inf_id: String§pmt_mtd: PaymentMethod3Code§btch_bookg: Option<bool>§nb_of_txs: Option<String>§ctrl_sum: Option<f64>§pmt_tp_inf: Option<PaymentTypeInformation26>§reqd_exctn_dt: String§poolg_adjstmnt_dt: Option<String>§dbtr: PartyIdentification272§dbtr_acct: CashAccount40§dbtr_agt: BranchAndFinancialInstitutionIdentification8§dbtr_agt_acct: Option<CashAccount40>§instr_for_dbtr_agt: Option<String>§ultmt_dbtr: Option<PartyIdentification272>§chrg_br: Option<ChargeBearerType1Code>§chrgs_acct: Option<CashAccount40>§chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdt_trf_tx_inf: Vec<CreditTransferTransaction59>

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.