[][src]Struct iso20022::pain_008_001_09::StructuredRemittanceInformation16

pub struct StructuredRemittanceInformation16 {
    pub addtl_rmt_inf: Vec<String>,
    pub cdtr_ref_inf: Option<CreditorReferenceInformation2>,
    pub grnshmt_rmt: Option<Garnishment3>,
    pub invcee: Option<PartyIdentification135>,
    pub invcr: Option<PartyIdentification135>,
    pub rfrd_doc_amt: Option<RemittanceAmount2>,
    pub rfrd_doc_inf: Vec<ReferredDocumentInformation7>,
    pub tax_rmt: Option<TaxInformation7>,
}

Fields

addtl_rmt_inf: Vec<String>cdtr_ref_inf: Option<CreditorReferenceInformation2>grnshmt_rmt: Option<Garnishment3>invcee: Option<PartyIdentification135>invcr: Option<PartyIdentification135>rfrd_doc_amt: Option<RemittanceAmount2>rfrd_doc_inf: Vec<ReferredDocumentInformation7>tax_rmt: Option<TaxInformation7>

Trait Implementations

impl Clone for StructuredRemittanceInformation16[src]

impl Debug for StructuredRemittanceInformation16[src]

impl Default for StructuredRemittanceInformation16[src]

impl Message for StructuredRemittanceInformation16[src]

impl PartialEq<StructuredRemittanceInformation16> for StructuredRemittanceInformation16[src]

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