pub struct TaxCalculation1 {
pub hst_ccy: String,
pub taxbl_svc_chrg_convs: Vec<BillingServicesAmount3>,
pub ttl_taxbl_svc_chrg_hst_amt: AmountAndDirection34,
pub tax_id: Vec<BillingServicesTax3>,
pub ttl_tax: AmountAndDirection34,
}Fields§
§hst_ccy: String§taxbl_svc_chrg_convs: Vec<BillingServicesAmount3>§ttl_taxbl_svc_chrg_hst_amt: AmountAndDirection34§tax_id: Vec<BillingServicesTax3>§ttl_tax: AmountAndDirection34Implementations§
Source§impl TaxCalculation1
impl TaxCalculation1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxCalculation1
impl RefUnwindSafe for TaxCalculation1
impl Send for TaxCalculation1
impl Sync for TaxCalculation1
impl Unpin for TaxCalculation1
impl UnwindSafe for TaxCalculation1
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