ServiceTransitTime Property
Expected number of days in transit from pickup to delivery for the ServiceType .
Syntax
__property String ServiceTransitTime[int ServiceIdx] = {read=FServiceTransitTime, write=FSetServiceTransitTime};
Default Value
""
Remarks
Expected number of days in transit from pickup to delivery for the ServiceType. This is an estimate only and depends on the customs clearance times. It is optional to be returned in the server reply.
Possible values are: ONE_DAY, TWO_DAYS, THREE_DAYS, FOUR_DAYS, FIVE_DAYS, SIX_DAYS, SEVEN_DAYS, EIGHT_DAYS, NINE_DAYS, and UNKNOWN.
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