ChargeDetail Type
Represents a shipment charge returned on a successful response.
Remarks
Fields
| |
ChargeType String |
Indicates the type of the charge. A partial list of possible values are:
| | 2 | | ADV_NOTF | | AFTR_DSCNT | | CA_BORDER | | CA_CSTM_MNFST | | COD | | CON_ST_DEL | | DEFICITRATE | | DEFICITWGHT | | DFCT_AMT | | DSCNT | | DSCNT_RATE | | HAZMAT | | HICST | | HOL_WE_PU_DEL | | INSD_PU_DEL | | L_UPGF_016 | | LIFTGATE | | LND_GROSS | | MINCHARGE | | OFUELSURCHG | | RESI_PU_DEL | | RMTLOC | | SORTSEG | | TOTI | | TOTO | |
|
Description String |
The description of the rate.
The text description is provided by the component based on the value in ChargeType.
If a description is not know for the ChargeType this field will hold an empty string.
Possible values are:
| | Fuel Surcharge | | Arrival Notification | | Amount after Discount | | Border Processing Fee | | Custom Manifest Fee | | Collect on Delivery fee | | Construction Site Delivery | | Deficit Rate | | Deficit Weight | | Deficit Charge | | Discounted Amount | | Discount Rate (as a percentage) | | Hazardous Materials Charge | | High Cost Service Area Surcharge | | Holiday/Weekend Pickup or Delivery | | Inside Pickup/Delivery | | Custom Charge | | Liftgate Fee | | Gross Charges | | Minimum Charge Applies | | Ocean Fuel Surcharge | | Residential Pickup/Delivery | | Remote Location Fee | | Sorting and Segregation | | Total Island Charges | | Total Ocean Charges | |
|
Value String |
The value of the charge type specified by ChargeType.
|
Constructors
[VB.NET]
Public ChargeDetail()
[C#]
public ChargeDetail();