RequestedService Property
The service selected for the shipment.
Syntax
[VB.NET] Public Property RequestedService As UpsfreightratesRequestedServices
[C#] public UpsfreightratesRequestedServices RequestedService {get; set;}
enum UpsfreightratesRequestedServices { stUPSFreight, stUPSFreightGuaranteed }
Remarks
Specifies the service for the shipment.
Valid values for UPS Freight are:
stUPSFreight (0) | |
stUPSFreightGuaranteed (1) |
Default Value
0