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