pub struct ChargesPerTransactionRecord3 {
pub rcrd_id: Option<String>,
pub chrgs_rqstr: Option<BranchAndFinancialInstitutionIdentification8>,
pub undrlyg_tx: TransactionReferences7,
pub ttl_chrgs_per_rcrd: Option<TotalCharges8>,
pub chrgs_brkdwn: Vec<ChargesBreakdown1>,
pub val_dt: Option<DateAndDateTime2Choice>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub dbtr_agt_acct: Option<CashAccount40>,
pub chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub chrgs_acct_agt_acct: Option<CashAccount40>,
pub instr_for_instd_agt: Option<InstructionForInstructedAgent1>,
pub addtl_inf: Option<String>,
}Fields§
§rcrd_id: Option<String>§chrgs_rqstr: Option<BranchAndFinancialInstitutionIdentification8>§undrlyg_tx: TransactionReferences7§ttl_chrgs_per_rcrd: Option<TotalCharges8>§chrgs_brkdwn: Vec<ChargesBreakdown1>§val_dt: Option<DateAndDateTime2Choice>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§dbtr_agt_acct: Option<CashAccount40>§chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>§chrgs_acct_agt_acct: Option<CashAccount40>§instr_for_instd_agt: Option<InstructionForInstructedAgent1>§addtl_inf: Option<String>Implementations§
Source§impl ChargesPerTransactionRecord3
impl ChargesPerTransactionRecord3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ChargesPerTransactionRecord3
impl RefUnwindSafe for ChargesPerTransactionRecord3
impl Send for ChargesPerTransactionRecord3
impl Sync for ChargesPerTransactionRecord3
impl Unpin for ChargesPerTransactionRecord3
impl UnwindSafe for ChargesPerTransactionRecord3
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