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 rates on all available FedEx services that satisfy the request. It should be inspected after a call to GetRates. Each returned service has a ServiceType, ServiceTypeDescription, RateScale, RateZone, TransitTime, DeliveryDate, EffectiveNetDiscount, AccountBaseCharge, AccountNetCharge, AccountTotalDiscount, AccountTotalSurcharge, ListBaseCharge, ListNetCharge, ListTotalDiscount, and ListTotalSurcharge, tied to it.
For instance, if the response contains only one available service that satisfies the search criteria: component.Services[0].ServiceTypeDescription = "FEDEX_2DAY".
This property is read-only.