Services Property
Collection of available services returned for the shipment being rated.
Syntax
[VB.NET] Public ReadOnlyProperty Services As ServiceDetailList
[C#] public ServiceDetailList Services {get;}
Remarks
This property will contain the list of all available services that satisfy the rate request. It should be inspected after a call to GetRates. Each service has a ServiceType, ServiceTypeDescription, AccountNetCharge, etc. tied to it.
This property is read-only and not available at design time.