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
rate: Option<Price>
The rate applicable if the cell conditions are matched.
condition: Option<AccountShippingCondition>
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]
impl Clone for AccountShippingRateTableCell[src]
fn clone(&self) -> AccountShippingRateTableCell
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for AccountShippingRateTableCell[src]
fn default() -> AccountShippingRateTableCell
Returns the "default value" for a type. Read more