pub struct ChargesPerTransaction3 {
pub chrgs_id: Option<String>,
pub ttl_chrgs_per_tx: Option<TotalCharges7>,
pub chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub chrgs_acct_agt_acct: Option<CashAccount40>,
pub rcrd: Vec<ChargesPerTransactionRecord3>,
pub addtl_inf: Option<String>,
}Fields§
§chrgs_id: Option<String>§ttl_chrgs_per_tx: Option<TotalCharges7>§chrgs_acct_agt: Option<BranchAndFinancialInstitutionIdentification8>§chrgs_acct_agt_acct: Option<CashAccount40>§rcrd: Vec<ChargesPerTransactionRecord3>§addtl_inf: Option<String>Implementations§
Source§impl ChargesPerTransaction3
impl ChargesPerTransaction3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ChargesPerTransaction3
impl RefUnwindSafe for ChargesPerTransaction3
impl Send for ChargesPerTransaction3
impl Sync for ChargesPerTransaction3
impl Unpin for ChargesPerTransaction3
impl UnwindSafe for ChargesPerTransaction3
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