carrierService property

String? carrierService
getter/setter pair

Carrier service, such as "ground" or "2 days".

The list of supported services for a carrier can be retrieved through the listSupportedCarriers method. The name of the service must be in the eddSupportedServices list.

Required.

Implementation

core.String? carrierService;