pub struct ChargesPerTransactionRecord4 {
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: Option<CashAccount40>,
pub chrgs_acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>,
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: Option<CashAccount40>§chrgs_acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>§instr_for_instd_agt: Option<InstructionForInstructedAgent1>§addtl_inf: Option<String>Implementations§
Source§impl ChargesPerTransactionRecord4
impl ChargesPerTransactionRecord4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ChargesPerTransactionRecord4
impl RefUnwindSafe for ChargesPerTransactionRecord4
impl Send for ChargesPerTransactionRecord4
impl Sync for ChargesPerTransactionRecord4
impl Unpin for ChargesPerTransactionRecord4
impl UnwindSafe for ChargesPerTransactionRecord4
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