pub struct AccountTax1 {
pub clctn_mtd: BillingTaxCalculationMethod1Code,
pub rgn: Option<String>,
pub non_res_ctry: Option<ResidenceLocation1Choice>,
}Fields§
§clctn_mtd: BillingTaxCalculationMethod1Code§rgn: Option<String>§non_res_ctry: Option<ResidenceLocation1Choice>Implementations§
Source§impl AccountTax1
impl AccountTax1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountTax1
impl RefUnwindSafe for AccountTax1
impl Send for AccountTax1
impl Sync for AccountTax1
impl Unpin for AccountTax1
impl UnwindSafe for AccountTax1
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