ServiceGuaranteedDescription Property
Textual description of a guaranteed delivery for a UPS service type in the list of available services returned.
Object Oriented Interface
public function getServiceGuaranteedDescription($serviceidx);
Procedural Interface
inship_upsrates_get($res, 66 , $serviceidx);
Default Value
''
Remarks
Textual description of a guaranteed delivery for a UPS service type in the list of available services returned. This is populated when the GetShippingTime method is called for UPS only.
This method is also populated for Canada Post after the GetRates method is called. The returned value will either be "true" or "false" to indicate whether the delivery date is guaranteed.
The size of the array is controlled by the ServiceCount property.
This property is read-only and not available at design time.
Data Type
String