applicableShippingLabels property

List<String>? applicableShippingLabels
getter/setter pair

A list of shipping labels defining the products to which this rate group applies to.

This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.

Implementation

core.List<core.String>? applicableShippingLabels;