pub struct PaymentInstruction44 {Show 19 fields
pub pmt_inf_id: String,
pub pmt_mtd: PaymentMethod3Code,
pub reqd_advc_tp: Option<AdviceType1>,
pub btch_bookg: Option<bool>,
pub nb_of_txs: Option<String>,
pub ctrl_sum: Option<f64>,
pub pmt_tp_inf: Option<PaymentTypeInformation26>,
pub reqd_exctn_dt: DateAndDateTime2Choice,
pub poolg_adjstmnt_dt: Option<String>,
pub dbtr: PartyIdentification272,
pub dbtr_acct: CashAccount40,
pub dbtr_agt: BranchAndFinancialInstitutionIdentification8,
pub dbtr_agt_acct: Option<CashAccount40>,
pub instr_for_dbtr_agt: Option<String>,
pub ultmt_dbtr: Option<PartyIdentification272>,
pub chrg_br: Option<ChargeBearerType1Code>,
pub chrgs_acct: Option<CashAccount40>,
pub chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub cdt_trf_tx_inf: Vec<CreditTransferTransaction61>,
}Fields§
§pmt_inf_id: String§pmt_mtd: PaymentMethod3Code§reqd_advc_tp: Option<AdviceType1>§btch_bookg: Option<bool>§nb_of_txs: Option<String>§ctrl_sum: Option<f64>§pmt_tp_inf: Option<PaymentTypeInformation26>§reqd_exctn_dt: DateAndDateTime2Choice§poolg_adjstmnt_dt: Option<String>§dbtr: PartyIdentification272§dbtr_acct: CashAccount40§dbtr_agt: BranchAndFinancialInstitutionIdentification8§dbtr_agt_acct: Option<CashAccount40>§instr_for_dbtr_agt: Option<String>§ultmt_dbtr: Option<PartyIdentification272>§chrg_br: Option<ChargeBearerType1Code>§chrgs_acct: Option<CashAccount40>§chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdt_trf_tx_inf: Vec<CreditTransferTransaction61>Implementations§
Source§impl PaymentInstruction44
impl PaymentInstruction44
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentInstruction44
impl RefUnwindSafe for PaymentInstruction44
impl Send for PaymentInstruction44
impl Sync for PaymentInstruction44
impl Unpin for PaymentInstruction44
impl UnwindSafe for PaymentInstruction44
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more