[−][src]Struct google_content2::OrderLineItemProduct
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
content_language: Option<String>The two-letter ISO 639-1 language code for the item.
mpn: Option<String>Manufacturer Part Number (MPN) of the item.
variant_attributes: Option<Vec<OrderLineItemProductVariantAttribute>>Variant attributes for the item. These are dimensions of the product, such as color, gender, material, pattern, and size. You can find a comprehensive list of variant attributes here.
brand: Option<String>Brand of the item.
offer_id: Option<String>An identifier of the item.
item_group_id: Option<String>Shared identifier for all variants of the same product.
gtin: Option<String>Global Trade Item Number (GTIN) of the item.
fees: Option<Vec<OrderLineItemProductFee>>Associated fees at order creation time.
id: Option<String>The REST ID of the product.
condition: Option<String>Condition or state of the item.
Acceptable values are:
- "
new" - "
refurbished" - "
used"
target_country: Option<String>The CLDR territory code of the target country of the product.
shown_image: Option<String>URL to the cached image shown to the user when order was placed.
title: Option<String>The title of the product.
image_link: Option<String>URL of an image of the item.
price: Option<Price>Price of the item.
channel: Option<String>The item's channel (online or local).
Acceptable values are:
- "
local" - "
online"
Trait Implementations
impl Clone for OrderLineItemProduct[src]
fn clone(&self) -> OrderLineItemProduct[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for OrderLineItemProduct[src]
impl Default for OrderLineItemProduct[src]
fn default() -> OrderLineItemProduct[src]
impl<'de> Deserialize<'de> for OrderLineItemProduct[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for OrderLineItemProduct[src]
impl Serialize for OrderLineItemProduct[src]
Auto Trait Implementations
impl RefUnwindSafe for OrderLineItemProduct
impl Send for OrderLineItemProduct
impl Sync for OrderLineItemProduct
impl Unpin for OrderLineItemProduct
impl UnwindSafe for OrderLineItemProduct
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,