rateGroups property

List<RateGroup>? rateGroups
getter/setter pair

Shipping rate group definitions.

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

Optional.

Implementation

core.List<RateGroup>? rateGroups;