[][src]Struct iso20022::pain_013_001_08::CreditTransferMandateData1

pub struct CreditTransferMandateData1 {
    pub dt_of_sgntr: Option<i32>,
    pub dt_of_vrfctn: Option<i64>,
    pub elctrnc_sgntr: Option<Vec<u8>>,
    pub fnl_pmt_dt: Option<i32>,
    pub frqcy: Option<Frequency36Choice>,
    pub frst_pmt_dt: Option<i32>,
    pub mndt_id: Option<String>,
    pub rsn: Option<MandateSetupReason1Choice>,
    pub tp: Option<MandateTypeInformation2>,
}

Fields

dt_of_sgntr: Option<i32>dt_of_vrfctn: Option<i64>elctrnc_sgntr: Option<Vec<u8>>fnl_pmt_dt: Option<i32>frqcy: Option<Frequency36Choice>frst_pmt_dt: Option<i32>mndt_id: Option<String>rsn: Option<MandateSetupReason1Choice>tp: Option<MandateTypeInformation2>

Methods

impl CreditTransferMandateData1[src]

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

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

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

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

pub fn elctrnc_sgntr(&self) -> &[u8][src]

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

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

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

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

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

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

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

Trait Implementations

impl Clone for CreditTransferMandateData1[src]

impl Debug for CreditTransferMandateData1[src]

impl Default for CreditTransferMandateData1[src]

impl Message for CreditTransferMandateData1[src]

impl PartialEq<CreditTransferMandateData1> for CreditTransferMandateData1[src]

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