Struct google_content2::api::TestOrderLineItemProduct [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
brand: Option<String>Required. Brand of the item.
channel: Option<String>Deprecated. Acceptable values are: - “online”
condition: Option<String>Required. Condition or state of the item. Acceptable values are: - “new”
content_language: Option<String>Required. The two-letter ISO 639-1 language code for the item. Acceptable values are: - “en” - “fr”
fees: Option<Vec<OrderLineItemProductFee>>Fees for the item. Optional.
gtin: Option<String>Global Trade Item Number (GTIN) of the item. Optional.
image_link: Option<String>Required. URL of an image of the item.
item_group_id: Option<String>Shared identifier for all variants of the same product. Optional.
mpn: Option<String>Manufacturer Part Number (MPN) of the item. Optional.
offer_id: Option<String>Required. An identifier of the item.
price: Option<Price>Required. The price for the product. Tax is automatically calculated for orders where marketplace facilitator tax laws are applicable. Otherwise, tax settings from Merchant Center are applied.
target_country: Option<String>Required. The CLDR territory // code of the target country of the product.
title: Option<String>Required. The title of the product.
variant_attributes: Option<Vec<OrderLineItemProductVariantAttribute>>Variant attributes for the item. Optional.
Trait Implementations
impl Clone for TestOrderLineItemProduct[src]
fn clone(&self) -> TestOrderLineItemProduct[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TestOrderLineItemProduct[src]
impl Default for TestOrderLineItemProduct[src]
fn default() -> TestOrderLineItemProduct[src]
impl<'de> Deserialize<'de> for TestOrderLineItemProduct[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for TestOrderLineItemProduct[src]
impl Serialize for TestOrderLineItemProduct[src]
Auto Trait Implementations
impl RefUnwindSafe for TestOrderLineItemProduct
impl Send for TestOrderLineItemProduct
impl Sync for TestOrderLineItemProduct
impl Unpin for TestOrderLineItemProduct
impl UnwindSafe for TestOrderLineItemProduct
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,
pub 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> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,