rateGroups property

List<RateGroup>? rateGroups
getter/setter pair

Shipping rate group definitions.

Only the last one is allowed to have an empty applicableShippingLabels, which means "everything else". The other applicableShippingLabels must not overlap.

Implementation

core.List<RateGroup>? rateGroups;