pub struct TaxInformation7 {
pub cdtr: Option<TaxParty1>,
pub dbtr: Option<TaxParty2>,
pub ultmt_dbtr: Option<TaxParty2>,
pub admstn_zone: Option<String>,
pub ref_nb: Option<String>,
pub mtd: Option<String>,
pub ttl_taxbl_base_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub ttl_tax_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub dt: Option<String>,
pub seq_nb: Option<f64>,
pub rcrd: Option<Vec<TaxRecord2>>,
}Fields§
§cdtr: Option<TaxParty1>§dbtr: Option<TaxParty2>§ultmt_dbtr: Option<TaxParty2>§admstn_zone: Option<String>§ref_nb: Option<String>§mtd: Option<String>§ttl_taxbl_base_amt: Option<ActiveOrHistoricCurrencyAndAmount>§ttl_tax_amt: Option<ActiveOrHistoricCurrencyAndAmount>§dt: Option<String>§seq_nb: Option<f64>§rcrd: Option<Vec<TaxRecord2>>Implementations§
Source§impl TaxInformation7
impl TaxInformation7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxInformation7
impl RefUnwindSafe for TaxInformation7
impl Send for TaxInformation7
impl Sync for TaxInformation7
impl Unpin for TaxInformation7
impl UnwindSafe for TaxInformation7
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