[][src]Struct iso20022::pain_014_001_08::OriginalTransactionReference33

pub struct OriginalTransactionReference33 {
    pub amt: Option<AmountType4Choice>,
    pub cdtr: PartyIdentification135,
    pub cdtr_acct: Option<CashAccount38>,
    pub cdtr_agt: BranchAndFinancialInstitutionIdentification6,
    pub dbtr: Option<PartyIdentification135>,
    pub dbtr_acct: Option<CashAccount38>,
    pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>,
    pub mndt_rltd_inf: Option<CreditTransferMandateData1>,
    pub nclsd_file: Vec<Document12>,
    pub pmt_cond: Option<PaymentCondition1>,
    pub pmt_mtd: Option<i32>,
    pub pmt_tp_inf: Option<PaymentTypeInformation26>,
    pub reqd_exctn_dt: Option<DateAndDateTime2Choice>,
    pub rmt_inf: Option<RemittanceInformation16>,
    pub ultmt_cdtr: Option<PartyIdentification135>,
    pub ultmt_dbtr: Option<PartyIdentification135>,
    pub xpry_dt: Option<DateAndDateTime2Choice>,
}

Fields

amt: Option<AmountType4Choice>cdtr: PartyIdentification135cdtr_acct: Option<CashAccount38>cdtr_agt: BranchAndFinancialInstitutionIdentification6dbtr: Option<PartyIdentification135>dbtr_acct: Option<CashAccount38>dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>mndt_rltd_inf: Option<CreditTransferMandateData1>nclsd_file: Vec<Document12>pmt_cond: Option<PaymentCondition1>pmt_mtd: Option<i32>pmt_tp_inf: Option<PaymentTypeInformation26>reqd_exctn_dt: Option<DateAndDateTime2Choice>rmt_inf: Option<RemittanceInformation16>ultmt_cdtr: Option<PartyIdentification135>ultmt_dbtr: Option<PartyIdentification135>xpry_dt: Option<DateAndDateTime2Choice>

Methods

impl OriginalTransactionReference33[src]

pub fn pmt_mtd(&self) -> PaymentMethod4Code[src]

Returns the enum value of pmt_mtd, or the default if the field is unset or set to an invalid enum value.

pub fn set_pmt_mtd(&mut self, value: PaymentMethod4Code)[src]

Sets pmt_mtd to the provided enum value.

Trait Implementations

impl Clone for OriginalTransactionReference33[src]

impl Debug for OriginalTransactionReference33[src]

impl Default for OriginalTransactionReference33[src]

impl Message for OriginalTransactionReference33[src]

impl PartialEq<OriginalTransactionReference33> for OriginalTransactionReference33[src]

impl StructuralPartialEq for OriginalTransactionReference33[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.