Struct google_content2::AccountShippingRateTableCell [] [src]

pub struct AccountShippingRateTableCell {
    pub rate: Option<Price>,
    pub condition: Option<AccountShippingCondition>,
}

There is no detailed description.

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

Fields

The rate applicable if the cell conditions are matched.

Conditions for which the cell is valid. All cells in a table must use the same dimension or pair of dimensions among price, weight, shipping label or delivery location. If no condition is specified, the cell acts as a catch-all and matches all the elements that are not matched by other cells in this dimension.

Trait Implementations

impl Debug for AccountShippingRateTableCell
[src]

Formats the value using the given formatter.

impl Clone for AccountShippingRateTableCell
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccountShippingRateTableCell
[src]

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

impl Part for AccountShippingRateTableCell
[src]