Struct google_content2::api::ProductShipping [−][src]
pub struct ProductShipping {
pub country: Option<String>,
pub location_group_name: Option<String>,
pub location_id: Option<String>,
pub postal_code: Option<String>,
pub price: Option<Price>,
pub region: Option<String>,
pub service: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
country: Option<String>The CLDR territory code of the country to which an item will ship.
location_group_name: Option<String>The location where the shipping is applicable, represented by a location group name.
location_id: Option<String>The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.
postal_code: Option<String>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.
price: Option<Price>Fixed shipping price, represented as a number.
region: Option<String>The geographic region to which a shipping rate applies.
service: Option<String>A free-form description of the service class or delivery speed.
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 RefUnwindSafe for ProductShipping
impl Send for ProductShipping
impl Sync for ProductShipping
impl Unpin for ProductShipping
impl UnwindSafe for ProductShipping
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more