[][src]Struct iso20022::pain_013_001_08::CreditTransferTransaction42

pub struct CreditTransferTransaction42 {
    pub amt: AmountType4Choice,
    pub cdtr: PartyIdentification135,
    pub cdtr_acct: Option<CashAccount38>,
    pub cdtr_agt: BranchAndFinancialInstitutionIdentification6,
    pub chq_instr: Option<Cheque11>,
    pub chrg_br: i32,
    pub instr_for_cdtr_agt: Vec<InstructionForCreditorAgent3>,
    pub intrmy_agt1: Option<BranchAndFinancialInstitutionIdentification6>,
    pub intrmy_agt2: Option<BranchAndFinancialInstitutionIdentification6>,
    pub intrmy_agt3: Option<BranchAndFinancialInstitutionIdentification6>,
    pub mndt_rltd_inf: Option<CreditTransferMandateData1>,
    pub nclsd_file: Vec<Document12>,
    pub pmt_cond: Option<PaymentCondition1>,
    pub pmt_id: PaymentIdentification6,
    pub pmt_tp_inf: Option<PaymentTypeInformation26>,
    pub purp: Option<Purpose2Choice>,
    pub rgltry_rptg: Vec<RegulatoryReporting3>,
    pub rltd_rmt_inf: Vec<RemittanceLocation7>,
    pub rmt_inf: Option<RemittanceInformation16>,
    pub splmtry_data: Vec<SupplementaryData1>,
    pub tax: Option<TaxInformation8>,
    pub ultmt_cdtr: Option<PartyIdentification135>,
    pub ultmt_dbtr: Option<PartyIdentification135>,
}

Fields

amt: AmountType4Choicecdtr: PartyIdentification135cdtr_acct: Option<CashAccount38>cdtr_agt: BranchAndFinancialInstitutionIdentification6chq_instr: Option<Cheque11>chrg_br: i32instr_for_cdtr_agt: Vec<InstructionForCreditorAgent3>intrmy_agt1: Option<BranchAndFinancialInstitutionIdentification6>intrmy_agt2: Option<BranchAndFinancialInstitutionIdentification6>intrmy_agt3: Option<BranchAndFinancialInstitutionIdentification6>mndt_rltd_inf: Option<CreditTransferMandateData1>nclsd_file: Vec<Document12>pmt_cond: Option<PaymentCondition1>pmt_id: PaymentIdentification6pmt_tp_inf: Option<PaymentTypeInformation26>purp: Option<Purpose2Choice>rgltry_rptg: Vec<RegulatoryReporting3>rltd_rmt_inf: Vec<RemittanceLocation7>rmt_inf: Option<RemittanceInformation16>splmtry_data: Vec<SupplementaryData1>tax: Option<TaxInformation8>ultmt_cdtr: Option<PartyIdentification135>ultmt_dbtr: Option<PartyIdentification135>

Methods

impl CreditTransferTransaction42[src]

pub fn chrg_br(&self) -> ChargeBearerType1Code[src]

Returns the enum value of chrg_br, or the default if the field is set to an invalid enum value.

pub fn set_chrg_br(&mut self, value: ChargeBearerType1Code)[src]

Sets chrg_br to the provided enum value.

Trait Implementations

impl Clone for CreditTransferTransaction42[src]

impl Debug for CreditTransferTransaction42[src]

impl Default for CreditTransferTransaction42[src]

impl Message for CreditTransferTransaction42[src]

impl PartialEq<CreditTransferTransaction42> for CreditTransferTransaction42[src]

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