FreightGuaranteeDetail Type
Indicates the freight guarantee details.
Remarks
This type provide the details for when the freight shipment is guaranteed for.
Example: Setting the fields for the freight guarantee details
FreightGuaranteeDetail detail = new FreightGuaranteeDetail detail.Type = TFreightGuaranteeType.fgtGuaranteedMorning detail.Date = "2013-08-15"
Fields
Date String |
The date the freight shipment is guaranteed for. The valid format for the date is YYYY-MM-DD | ||||||
Type int |
Specifies what type of freight guarantee is requested. The valid values are:
|
Constructors
public FreightGuaranteeDetail();