[][src]Struct iso20022::pain_002_001_11::OriginalPaymentInstruction38

pub struct OriginalPaymentInstruction38 {
    pub nb_of_txs_per_sts: Vec<NumberOfTransactionsPerStatus5>,
    pub orgnl_ctrl_sum: Option<f64>,
    pub orgnl_nb_of_txs: Option<String>,
    pub orgnl_pmt_inf_id: String,
    pub pmt_inf_sts: Option<String>,
    pub sts_rsn_inf: Vec<StatusReasonInformation12>,
    pub tx_inf_and_sts: Vec<PaymentTransaction126>,
}

Fields

nb_of_txs_per_sts: Vec<NumberOfTransactionsPerStatus5>orgnl_ctrl_sum: Option<f64>orgnl_nb_of_txs: Option<String>orgnl_pmt_inf_id: Stringpmt_inf_sts: Option<String>sts_rsn_inf: Vec<StatusReasonInformation12>tx_inf_and_sts: Vec<PaymentTransaction126>

Methods

impl OriginalPaymentInstruction38[src]

pub fn orgnl_ctrl_sum(&self) -> f64[src]

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

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

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

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

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

Trait Implementations

impl Clone for OriginalPaymentInstruction38[src]

impl Debug for OriginalPaymentInstruction38[src]

impl Default for OriginalPaymentInstruction38[src]

impl Message for OriginalPaymentInstruction38[src]

impl PartialEq<OriginalPaymentInstruction38> for OriginalPaymentInstruction38[src]

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