pub struct TaxRecord3 {
pub tp: Option<String>,
pub ctgy: Option<String>,
pub ctgy_dtls: Option<String>,
pub dbtr_sts: Option<String>,
pub cert_id: Option<String>,
pub frms_cd: Option<String>,
pub prd: Option<TaxPeriod3>,
pub tax_amt: Option<TaxAmount3>,
pub addtl_inf: Option<String>,
}Fields§
§tp: Option<String>§ctgy: Option<String>§ctgy_dtls: Option<String>§dbtr_sts: Option<String>§cert_id: Option<String>§frms_cd: Option<String>§prd: Option<TaxPeriod3>§tax_amt: Option<TaxAmount3>§addtl_inf: Option<String>Implementations§
Source§impl TaxRecord3
impl TaxRecord3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxRecord3
impl RefUnwindSafe for TaxRecord3
impl Send for TaxRecord3
impl Sync for TaxRecord3
impl Unpin for TaxRecord3
impl UnwindSafe for TaxRecord3
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