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

Services Property

Collection of available services returned.

Syntax

[VB.NET]
Public ReadOnlyProperty Services As ServiceDetailList

[C#]
public ServiceDetailList Services {get;}

Remarks

This property will contain the list of all available UPS services that satisfy the rate request. It should be inspected after a call to GetRates. Each service has a ServiceType, ServiceTypeDescription, DeliveryDate, TransitTime, ListBaseCharge, ListTotalSurcharge, ListNetCharge, AccountNetCharge, tied to it.

For instance, if the response contains only one available service that satisfies the search criteria: component.Services[0].ServiceTypeDescription = "UPS Next Day Air", component.Services[0].TransitTime = "1",

This property is read-only.

Default Value

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