Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

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.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0