FreightGuaranteeType Property
Specifies what type of freight guarantee is requested.
Syntax
__property TibxFedExFreightShipFreightGuaranteeTypes FreightGuaranteeType = {read=FFreightGuaranteeType, write=FSetFreightGuaranteeType, default=0};
enum TibxFedExFreightShipFreightGuaranteeTypes { fgtGuaranteedDate=0, fgtGuaranteedMorning=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