Struct google_content2::AccountShippingCondition [] [src]

pub struct AccountShippingCondition {
    pub weight_max: Option<Weight>,
    pub delivery_location_id: Option<String>,
    pub shipping_label: Option<String>,
    pub delivery_location_group: Option<String>,
    pub delivery_postal_code: Option<String>,
    pub price_max: Option<Price>,
    pub delivery_postal_code_range: Option<AccountShippingPostalCodeRange>,
}

There is no detailed description.

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

Fields

Maximum shipping weight. Forms an interval between the maximum of smaller weight (exclusive) and this weight (inclusive).

Delivery location in terms of a location ID. Can be used to represent administrative areas, smaller country subdivisions, or cities.

Shipping label of the product. The products with the label are matched.

Delivery location in terms of a location group name. A location group with this name must be specified among location groups.

Delivery location in terms of a postal code.

Maximum shipping price. Forms an interval between the maximum of smaller prices (exclusive) and this price (inclusive).

Delivery location in terms of a postal code range.

Trait Implementations

impl Debug for AccountShippingCondition
[src]

Formats the value using the given formatter.

impl Clone for AccountShippingCondition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccountShippingCondition
[src]

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

impl Part for AccountShippingCondition
[src]