Struct google_content2::api::OrderLineItemShippingDetailsMethod [−][src]
pub struct OrderLineItemShippingDetailsMethod {
pub carrier: Option<String>,
pub max_days_in_transit: Option<u32>,
pub method_name: Option<String>,
pub min_days_in_transit: Option<u32>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
carrier: Option<String>The carrier for the shipping. Optional. See shipments[].carrier for a list of acceptable values.
max_days_in_transit: Option<u32>Required. Maximum transit time.
method_name: Option<String>Required. The name of the shipping method.
min_days_in_transit: Option<u32>Required. Minimum transit time.
Trait Implementations
Returns the “default value” for a type. Read more
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 Send for OrderLineItemShippingDetailsMethod
impl Sync for OrderLineItemShippingDetailsMethod
impl Unpin for OrderLineItemShippingDetailsMethod
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more