Struct google_content2::ProductShipping [] [src]

pub struct ProductShipping {
    pub location_id: Option<String>,
    pub service: Option<String>,
    pub postal_code: Option<String>,
    pub country: Option<String>,
    pub price: Option<Price>,
    pub region: Option<String>,
    pub location_group_name: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The numeric id of a location that the shipping rate applies to as defined in the AdWords API.

A free-form description of the service class or delivery speed.

The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.

The CLDR territory code of the country to which an item will ship.

Fixed shipping price, represented as a number.

The geographic region to which a shipping rate applies (e.g. zip code).

The location where the shipping is applicable, represented by a location group name.

Trait Implementations

impl Debug for ProductShipping
[src]

Formats the value using the given formatter.

impl Clone for ProductShipping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ProductShipping
[src]

Returns the "default value" for a type. Read more

impl Part for ProductShipping
[src]