[][src]Struct iso20022::pain_002_001_11::PaymentTransaction126

pub struct PaymentTransaction126 {
    pub accptnc_dt_tm: Option<i64>,
    pub acct_svcr_ref: Option<String>,
    pub chrgs_inf: Vec<Charges7>,
    pub clr_sys_ref: Option<String>,
    pub orgnl_end_to_end_id: Option<String>,
    pub orgnl_instr_id: Option<String>,
    pub orgnl_tx_ref: Option<OriginalTransactionReference31>,
    pub orgnl_uetr: Option<String>,
    pub splmtry_data: Vec<SupplementaryData1>,
    pub sts_id: Option<String>,
    pub sts_rsn_inf: Vec<StatusReasonInformation12>,
    pub trckr_data: Option<TrackerData1>,
    pub tx_sts: Option<String>,
}

Fields

accptnc_dt_tm: Option<i64>acct_svcr_ref: Option<String>chrgs_inf: Vec<Charges7>clr_sys_ref: Option<String>orgnl_end_to_end_id: Option<String>orgnl_instr_id: Option<String>orgnl_tx_ref: Option<OriginalTransactionReference31>orgnl_uetr: Option<String>splmtry_data: Vec<SupplementaryData1>sts_id: Option<String>sts_rsn_inf: Vec<StatusReasonInformation12>trckr_data: Option<TrackerData1>tx_sts: Option<String>

Methods

impl PaymentTransaction126[src]

pub fn accptnc_dt_tm(&self) -> i64[src]

Returns the value of accptnc_dt_tm, or the default value if accptnc_dt_tm is unset.

pub fn acct_svcr_ref(&self) -> &str[src]

Returns the value of acct_svcr_ref, or the default value if acct_svcr_ref is unset.

pub fn clr_sys_ref(&self) -> &str[src]

Returns the value of clr_sys_ref, or the default value if clr_sys_ref is unset.

pub fn orgnl_end_to_end_id(&self) -> &str[src]

Returns the value of orgnl_end_to_end_id, or the default value if orgnl_end_to_end_id is unset.

pub fn orgnl_instr_id(&self) -> &str[src]

Returns the value of orgnl_instr_id, or the default value if orgnl_instr_id is unset.

pub fn orgnl_uetr(&self) -> &str[src]

Returns the value of orgnl_uetr, or the default value if orgnl_uetr is unset.

pub fn sts_id(&self) -> &str[src]

Returns the value of sts_id, or the default value if sts_id is unset.

pub fn tx_sts(&self) -> &str[src]

Returns the value of tx_sts, or the default value if tx_sts is unset.

Trait Implementations

impl Clone for PaymentTransaction126[src]

impl Debug for PaymentTransaction126[src]

impl Default for PaymentTransaction126[src]

impl Message for PaymentTransaction126[src]

impl PartialEq<PaymentTransaction126> for PaymentTransaction126[src]

impl StructuralPartialEq for PaymentTransaction126[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.