FreightGuaranteeType Property
Specifies what type of freight guarantee is requested.
Syntax
int GetFreightGuaranteeType();
int SetFreightGuaranteeType(int iFreightGuaranteeType);
Possible Values
FGT_GUARANTEED_DATE(0), FGT_GUARANTEED_MORNING(1)
Default Value
0
Remarks
Specifies what type of freight guarantee is requested.
The valid values are:
Value | Description |
fgtGuaranteedDate (0) | Guaranteed to arrive on date specified |
fgtGuaranteedMorning (1) | Guaranteed to arrive the morning of the date specified |
Data Type
Integer