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