pub struct TaxPrefs {
pub partner_tax_enabled: Option<bool>,
pub tax_group_code_ref: Option<String>,
pub using_sales_tax: Option<bool>,
}Expand description
Tax Preferences
Fields§
§partner_tax_enabled: Option<bool>§tax_group_code_ref: Option<String>§using_sales_tax: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TaxPrefs
impl<'de> Deserialize<'de> for TaxPrefs
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
impl StructuralPartialEq for TaxPrefs
Auto Trait Implementations§
impl Freeze for TaxPrefs
impl RefUnwindSafe for TaxPrefs
impl Send for TaxPrefs
impl Sync for TaxPrefs
impl Unpin for TaxPrefs
impl UnwindSafe for TaxPrefs
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