RateGroup class
Properties
-
applicableShippingLabels
↔ List<String>?
-
A list of shipping labels defining the products to which this rate group
applies to.
getter/setter pair
-
carrierRates
↔ List<CarrierRate>?
-
A list of carrier rates that can be referred to by
mainTable
or
singleValue
.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
mainTable
↔ Table?
-
A table defining the rate group, when
singleValue
is not expressive
enough.
getter/setter pair
-
name
↔ String?
-
Name of the rate group.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
singleValue
↔ Value?
-
The value of the rate group (for example, flat rate $10).
getter/setter pair
-
subtables
↔ List<Table>?
-
A list of subtables referred to by
mainTable
.
getter/setter pair