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