[][src]Struct iso20022::pain_013_001_08::Garnishment3

pub struct Garnishment3 {
    pub dt: Option<i32>,
    pub fmly_mdcl_insrnc_ind: Option<bool>,
    pub grnshee: Option<PartyIdentification135>,
    pub grnshmt_admstr: Option<PartyIdentification135>,
    pub mplyee_termntn_ind: Option<bool>,
    pub ref_nb: Option<String>,
    pub rmtd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
    pub tp: GarnishmentType1,
}

Fields

dt: Option<i32>fmly_mdcl_insrnc_ind: Option<bool>grnshee: Option<PartyIdentification135>grnshmt_admstr: Option<PartyIdentification135>mplyee_termntn_ind: Option<bool>ref_nb: Option<String>rmtd_amt: Option<ActiveOrHistoricCurrencyAndAmount>tp: GarnishmentType1

Methods

impl Garnishment3[src]

pub fn dt(&self) -> i32[src]

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

pub fn fmly_mdcl_insrnc_ind(&self) -> bool[src]

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

pub fn mplyee_termntn_ind(&self) -> bool[src]

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

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

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

Trait Implementations

impl Clone for Garnishment3[src]

impl Debug for Garnishment3[src]

impl Default for Garnishment3[src]

impl Message for Garnishment3[src]

impl PartialEq<Garnishment3> for Garnishment3[src]

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