CustomerType Property
Customer classification code.
Syntax
public int getCustomerType(); public void setCustomerType(int customerType);
Enumerated values: public final static int ccShipperNumber = 0; public final static int ccDaily = 1; public final static int ccRetail = 2; public final static int ccStandard = 3; public final static int ccNone = 4;
Remarks
The CustomerType is applicable only if CountryCode is US. The rates depend on the combination of PickupType and CustomerType.
Valid values are:
Value | Meaning |
ccShipperNumber (0) | Rates associated with the shipper number |
ccDaily (1) | Daily Rates |
ccRetail (2) | Retail Rates |
ccStandard (3) | StandardListRates |
ccNone (4) | None (default) |
Default Value
4