[][src]Struct iso20022::pain_014_001_08::PaymentCondition1

pub struct PaymentCondition1 {
    pub amt_mod_allwd: bool,
    pub dely_pnlty: Option<String>,
    pub early_pmt_allwd: bool,
    pub grnted_pmt_reqd: bool,
    pub imdt_pmt_rbt: Option<AmountOrRate1Choice>,
}

Fields

amt_mod_allwd: booldely_pnlty: Option<String>early_pmt_allwd: boolgrnted_pmt_reqd: boolimdt_pmt_rbt: Option<AmountOrRate1Choice>

Methods

impl PaymentCondition1[src]

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

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

Trait Implementations

impl Clone for PaymentCondition1[src]

impl Debug for PaymentCondition1[src]

impl Default for PaymentCondition1[src]

impl Message for PaymentCondition1[src]

impl PartialEq<PaymentCondition1> for PaymentCondition1[src]

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