pub struct SalesCreateDeliveryV2RequestItemTransactions {Show 19 fields
pub city_tax: Option<String>,
pub county_tax: Option<String>,
pub discount_amount: Option<String>,
pub excise_tax: Option<String>,
pub invoice_number: Option<String>,
pub municipal_tax: Option<String>,
pub package_label: Option<String>,
pub price: Option<String>,
pub qr_codes: Option<String>,
pub quantity: Option<i64>,
pub sales_tax: Option<String>,
pub sub_total: Option<String>,
pub total_amount: Option<f64>,
pub unit_of_measure: Option<String>,
pub unit_thc_content: Option<f64>,
pub unit_thc_content_unit_of_measure: Option<String>,
pub unit_thc_percent: Option<f64>,
pub unit_weight: Option<f64>,
pub unit_weight_unit_of_measure: Option<String>,
}Fields§
§city_tax: Option<String>§county_tax: Option<String>§discount_amount: Option<String>§excise_tax: Option<String>§invoice_number: Option<String>§municipal_tax: Option<String>§package_label: Option<String>§price: Option<String>§qr_codes: Option<String>§quantity: Option<i64>§sales_tax: Option<String>§sub_total: Option<String>§total_amount: Option<f64>§unit_of_measure: Option<String>§unit_thc_content: Option<f64>§unit_thc_content_unit_of_measure: Option<String>§unit_thc_percent: Option<f64>§unit_weight: Option<f64>§unit_weight_unit_of_measure: Option<String>Trait Implementations§
Source§impl Clone for SalesCreateDeliveryV2RequestItemTransactions
impl Clone for SalesCreateDeliveryV2RequestItemTransactions
Source§fn clone(&self) -> SalesCreateDeliveryV2RequestItemTransactions
fn clone(&self) -> SalesCreateDeliveryV2RequestItemTransactions
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<'de> Deserialize<'de> for SalesCreateDeliveryV2RequestItemTransactions
impl<'de> Deserialize<'de> for SalesCreateDeliveryV2RequestItemTransactions
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
Auto Trait Implementations§
impl Freeze for SalesCreateDeliveryV2RequestItemTransactions
impl RefUnwindSafe for SalesCreateDeliveryV2RequestItemTransactions
impl Send for SalesCreateDeliveryV2RequestItemTransactions
impl Sync for SalesCreateDeliveryV2RequestItemTransactions
impl Unpin for SalesCreateDeliveryV2RequestItemTransactions
impl UnwindSafe for SalesCreateDeliveryV2RequestItemTransactions
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