[][src]Struct iso20022::pain_001_001_10::GroupHeader95

pub struct GroupHeader95 {
    pub authstn: Vec<Authorisation1Choice>,
    pub cre_dt_tm: i64,
    pub ctrl_sum: Option<f64>,
    pub fwdg_agt: Option<BranchAndFinancialInstitutionIdentification6>,
    pub initg_pty: PartyIdentification135,
    pub initn_src: Option<PaymentInitiationSource1>,
    pub msg_id: String,
    pub nb_of_txs: String,
}

Fields

authstn: Vec<Authorisation1Choice>cre_dt_tm: i64ctrl_sum: Option<f64>fwdg_agt: Option<BranchAndFinancialInstitutionIdentification6>initg_pty: PartyIdentification135initn_src: Option<PaymentInitiationSource1>msg_id: Stringnb_of_txs: String

Methods

impl GroupHeader95[src]

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

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

Trait Implementations

impl Clone for GroupHeader95[src]

impl Debug for GroupHeader95[src]

impl Default for GroupHeader95[src]

impl Message for GroupHeader95[src]

impl PartialEq<GroupHeader95> for GroupHeader95[src]

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