pub struct SalesCreateDeliveryRetailerSaleV1RequestItem {Show 18 fields
pub consumer_id: Option<i64>,
pub estimated_arrival_date_time: Option<String>,
pub estimated_departure_date_time: Option<String>,
pub patient_license_number: Option<String>,
pub phone_number_for_questions: Option<String>,
pub planned_route: Option<String>,
pub recipient_address_city: Option<String>,
pub recipient_address_county: Option<String>,
pub recipient_address_postal_code: Option<String>,
pub recipient_address_state: Option<String>,
pub recipient_address_street1: Option<String>,
pub recipient_address_street2: Option<String>,
pub recipient_name: Option<String>,
pub recipient_zone_id: Option<i64>,
pub retailer_delivery_id: Option<i64>,
pub sales_customer_type: Option<String>,
pub sales_date_time: Option<String>,
pub transactions: Option<Vec<SalesCreateDeliveryRetailerSaleV1RequestItemTransactions>>,
}Fields§
§consumer_id: Option<i64>§estimated_arrival_date_time: Option<String>§estimated_departure_date_time: Option<String>§patient_license_number: Option<String>§phone_number_for_questions: Option<String>§planned_route: Option<String>§recipient_address_city: Option<String>§recipient_address_county: Option<String>§recipient_address_postal_code: Option<String>§recipient_address_state: Option<String>§recipient_address_street1: Option<String>§recipient_address_street2: Option<String>§recipient_name: Option<String>§recipient_zone_id: Option<i64>§retailer_delivery_id: Option<i64>§sales_customer_type: Option<String>§sales_date_time: Option<String>§transactions: Option<Vec<SalesCreateDeliveryRetailerSaleV1RequestItemTransactions>>Trait Implementations§
Source§impl Clone for SalesCreateDeliveryRetailerSaleV1RequestItem
impl Clone for SalesCreateDeliveryRetailerSaleV1RequestItem
Source§fn clone(&self) -> SalesCreateDeliveryRetailerSaleV1RequestItem
fn clone(&self) -> SalesCreateDeliveryRetailerSaleV1RequestItem
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 SalesCreateDeliveryRetailerSaleV1RequestItem
impl<'de> Deserialize<'de> for SalesCreateDeliveryRetailerSaleV1RequestItem
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 SalesCreateDeliveryRetailerSaleV1RequestItem
impl RefUnwindSafe for SalesCreateDeliveryRetailerSaleV1RequestItem
impl Send for SalesCreateDeliveryRetailerSaleV1RequestItem
impl Sync for SalesCreateDeliveryRetailerSaleV1RequestItem
impl Unpin for SalesCreateDeliveryRetailerSaleV1RequestItem
impl UnwindSafe for SalesCreateDeliveryRetailerSaleV1RequestItem
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