[][src]Struct iso20022::pain_001_001_10::Cheque11

pub struct Cheque11 {
    pub chq_fr: Option<NameAndAddress16>,
    pub chq_mtrty_dt: Option<i32>,
    pub chq_nb: Option<String>,
    pub chq_tp: Option<i32>,
    pub dlvr_to: Option<NameAndAddress16>,
    pub dlvry_mtd: Option<ChequeDeliveryMethod1Choice>,
    pub frms_cd: Option<String>,
    pub instr_prty: Option<i32>,
    pub memo_fld: Vec<String>,
    pub prt_lctn: Option<String>,
    pub rgnl_clr_zone: Option<String>,
    pub sgntr: Vec<String>,
}

Fields

chq_fr: Option<NameAndAddress16>chq_mtrty_dt: Option<i32>chq_nb: Option<String>chq_tp: Option<i32>dlvr_to: Option<NameAndAddress16>dlvry_mtd: Option<ChequeDeliveryMethod1Choice>frms_cd: Option<String>instr_prty: Option<i32>memo_fld: Vec<String>prt_lctn: Option<String>rgnl_clr_zone: Option<String>sgntr: Vec<String>

Methods

impl Cheque11[src]

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

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

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

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

pub fn chq_tp(&self) -> ChequeType2Code[src]

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

pub fn set_chq_tp(&mut self, value: ChequeType2Code)[src]

Sets chq_tp to the provided enum value.

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

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

pub fn instr_prty(&self) -> Priority2Code[src]

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

pub fn set_instr_prty(&mut self, value: Priority2Code)[src]

Sets instr_prty to the provided enum value.

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

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

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

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

Trait Implementations

impl Clone for Cheque11[src]

impl Debug for Cheque11[src]

impl Default for Cheque11[src]

impl Message for Cheque11[src]

impl PartialEq<Cheque11> for Cheque11[src]

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