[][src]Struct iso20022::pain_013_001_08::TaxInformation8

pub struct TaxInformation8 {
    pub admstn_zone: Option<String>,
    pub cdtr: Option<TaxParty1>,
    pub dbtr: Option<TaxParty2>,
    pub dt: Option<i32>,
    pub mtd: Option<String>,
    pub rcrd: Vec<TaxRecord2>,
    pub ref_nb: Option<String>,
    pub seq_nb: Option<f64>,
    pub ttl_tax_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
    pub ttl_taxbl_base_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
}

Fields

admstn_zone: Option<String>cdtr: Option<TaxParty1>dbtr: Option<TaxParty2>dt: Option<i32>mtd: Option<String>rcrd: Vec<TaxRecord2>ref_nb: Option<String>seq_nb: Option<f64>ttl_tax_amt: Option<ActiveOrHistoricCurrencyAndAmount>ttl_taxbl_base_amt: Option<ActiveOrHistoricCurrencyAndAmount>

Methods

impl TaxInformation8[src]

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Clone for TaxInformation8[src]

impl Debug for TaxInformation8[src]

impl Default for TaxInformation8[src]

impl Message for TaxInformation8[src]

impl PartialEq<TaxInformation8> for TaxInformation8[src]

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