TruckType Property
The type of truck.
Syntax
[VB.NET] Public Property TruckType As FedexfreightshipTruckTypes
[C#] public FedexfreightshipTruckTypes TruckType {get; set;}
enum FedexfreightshipTruckTypes { ttDropTrailerAgreement, ttLiftgate, ttTractorTrailerAccess }
Remarks
This indicates the type of truck needed when SchedulePickup is called.
Default Value
0