pub struct TaxParty4 {
pub tax_id: Option<String>,
pub tax_tp: Option<String>,
pub regn_id: Option<String>,
pub tax_xmptn_rsn: Option<Vec<TaxExemptionReasonFormat1Choice>>,
}Fields§
§tax_id: Option<String>§tax_tp: Option<String>§regn_id: Option<String>§tax_xmptn_rsn: Option<Vec<TaxExemptionReasonFormat1Choice>>Implementations§
Auto Trait Implementations§
impl Freeze for TaxParty4
impl RefUnwindSafe for TaxParty4
impl Send for TaxParty4
impl Sync for TaxParty4
impl Unpin for TaxParty4
impl UnwindSafe for TaxParty4
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