pub struct TaxProductResourceTaxSettingsStatusDetailsResourcePending {
pub missing_fields: Option<Vec<String>>,
}Fields§
§missing_fields: Option<Vec<String>>The list of missing fields that are required to perform calculations.
It includes the entry head_office when the status is pending.
It is recommended to set the optional values even if they aren’t listed as required for calculating taxes.
Calculations can fail if missing fields aren’t explicitly provided on every call.
Trait Implementations§
Source§impl Clone for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl Clone for TaxProductResourceTaxSettingsStatusDetailsResourcePending
Source§fn clone(&self) -> TaxProductResourceTaxSettingsStatusDetailsResourcePending
fn clone(&self) -> TaxProductResourceTaxSettingsStatusDetailsResourcePending
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl FromValueOpt for TaxProductResourceTaxSettingsStatusDetailsResourcePending
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl RefUnwindSafe for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl Send for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl Sync for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl Unpin for TaxProductResourceTaxSettingsStatusDetailsResourcePending
impl UnwindSafe for TaxProductResourceTaxSettingsStatusDetailsResourcePending
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