TruckType Property
The type of truck.
Syntax
public int getTruckType(); public void setTruckType(int truckType);
Enumerated values: public final static int ttDropTrailerAgreement = 0; public final static int ttLiftgate = 1; public final static int ttTractorTrailerAccess = 2;
Remarks
This indicates the type of truck needed when SchedulePickup is called.
Default Value
0