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>
Trait Implementations§
Source§impl Clone for TaxInformation7
impl Clone for TaxInformation7
Source§fn clone(&self) -> TaxInformation7
fn clone(&self) -> TaxInformation7
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaxInformation7
impl Debug for TaxInformation7
Source§impl Default for TaxInformation7
impl Default for TaxInformation7
Source§fn default() -> TaxInformation7
fn default() -> TaxInformation7
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaxInformation7
impl<'de> Deserialize<'de> for TaxInformation7
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TaxInformation7
impl PartialEq for TaxInformation7
Source§impl Serialize for TaxInformation7
impl Serialize for TaxInformation7
impl StructuralPartialEq for TaxInformation7
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