[][src]Struct iso20022::pain_013_001_08::TaxRecord2

pub struct TaxRecord2 {
    pub addtl_inf: Option<String>,
    pub cert_id: Option<String>,
    pub ctgy: Option<String>,
    pub ctgy_dtls: Option<String>,
    pub dbtr_sts: Option<String>,
    pub frms_cd: Option<String>,
    pub prd: Option<TaxPeriod2>,
    pub tax_amt: Option<TaxAmount2>,
    pub tp: Option<String>,
}

Fields

addtl_inf: Option<String>cert_id: Option<String>ctgy: Option<String>ctgy_dtls: Option<String>dbtr_sts: Option<String>frms_cd: Option<String>prd: Option<TaxPeriod2>tax_amt: Option<TaxAmount2>tp: Option<String>

Methods

impl TaxRecord2[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Clone for TaxRecord2[src]

impl Debug for TaxRecord2[src]

impl Default for TaxRecord2[src]

impl Message for TaxRecord2[src]

impl PartialEq<TaxRecord2> for TaxRecord2[src]

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