pub struct TaxAmount2 {
pub rate: Option<f64>,
pub taxbl_base_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub dtls: Option<Vec<TaxRecordDetails2>>,
}Fields§
§rate: Option<f64>§taxbl_base_amt: Option<ActiveOrHistoricCurrencyAndAmount>§ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>§dtls: Option<Vec<TaxRecordDetails2>>Implementations§
Source§impl TaxAmount2
impl TaxAmount2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxAmount2
impl RefUnwindSafe for TaxAmount2
impl Send for TaxAmount2
impl Sync for TaxAmount2
impl Unpin for TaxAmount2
impl UnwindSafe for TaxAmount2
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