pub struct PaymentInstruction45 {Show 18 fields
pub pmt_inf_id: String,
pub pmt_mtd: PaymentMethod2Code,
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<PaymentTypeInformation29>,
pub reqd_colltn_dt: String,
pub cdtr: PartyIdentification272,
pub cdtr_acct: CashAccount40,
pub cdtr_agt: BranchAndFinancialInstitutionIdentification8,
pub cdtr_agt_acct: Option<CashAccount40>,
pub ultmt_cdtr: Option<PartyIdentification272>,
pub chrg_br: Option<ChargeBearerType1Code>,
pub chrgs_acct: Option<CashAccount40>,
pub chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub cdtr_schme_id: Option<PartyIdentification272>,
pub drct_dbt_tx_inf: Vec<DirectDebitTransactionInformation32>,
}Fields§
§pmt_inf_id: String§pmt_mtd: PaymentMethod2Code§reqd_advc_tp: Option<AdviceType1>§btch_bookg: Option<bool>§nb_of_txs: Option<String>§ctrl_sum: Option<f64>§pmt_tp_inf: Option<PaymentTypeInformation29>§reqd_colltn_dt: String§cdtr: PartyIdentification272§cdtr_acct: CashAccount40§cdtr_agt: BranchAndFinancialInstitutionIdentification8§cdtr_agt_acct: Option<CashAccount40>§ultmt_cdtr: Option<PartyIdentification272>§chrg_br: Option<ChargeBearerType1Code>§chrgs_acct: Option<CashAccount40>§chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdtr_schme_id: Option<PartyIdentification272>§drct_dbt_tx_inf: Vec<DirectDebitTransactionInformation32>Implementations§
Source§impl PaymentInstruction45
impl PaymentInstruction45
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentInstruction45
impl RefUnwindSafe for PaymentInstruction45
impl Send for PaymentInstruction45
impl Sync for PaymentInstruction45
impl Unpin for PaymentInstruction45
impl UnwindSafe for PaymentInstruction45
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