pub struct TaxInformation8 {
pub cdtr: Option<TaxParty1>,
pub 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>§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 TaxInformation8
impl TaxInformation8
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for TaxInformation8
impl Clone for TaxInformation8
Source§fn clone(&self) -> TaxInformation8
fn clone(&self) -> TaxInformation8
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 TaxInformation8
impl Debug for TaxInformation8
Source§impl Default for TaxInformation8
impl Default for TaxInformation8
Source§fn default() -> TaxInformation8
fn default() -> TaxInformation8
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaxInformation8
impl<'de> Deserialize<'de> for TaxInformation8
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 TaxInformation8
impl PartialEq for TaxInformation8
Source§impl Serialize for TaxInformation8
impl Serialize for TaxInformation8
impl StructuralPartialEq for TaxInformation8
Auto Trait Implementations§
impl Freeze for TaxInformation8
impl RefUnwindSafe for TaxInformation8
impl Send for TaxInformation8
impl Sync for TaxInformation8
impl Unpin for TaxInformation8
impl UnwindSafe for TaxInformation8
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