services property

List<String>? services
getter/setter pair

A list of supported services (for example, "ground") for that carrier.

Contains at least one service. This is the list of valid values for CarrierRate.carrierService.

Implementation

core.List<core.String>? services;