PickupType Property
Pickup type used for the shipment that rate is requested for.
Syntax
int GetPickupType();
int SetPickupType(int iPickupType);
Possible Values
PT_DAILY_PICKUP(0), PT_CUSTOMER_COUNTER(1), PT_ONE_TIME_PICKUP(2), PT_ON_CALL_AIR(3), PT_LETTER_CENTER(4), PT_AIR_SERVICE_CENTER(5), PT_NONE_TYPE(6)
Default Value
0
Remarks
The rates depend on the combination of PickupType and CustomerType.
Valid values are:
Value | Description |
ptDailyPickup (0) | Daily Pickup |
ptCustomerCounter (1) | Customer Counter |
ptOneTimePickup (2) | One Time Pickup |
ptOnCallAir (3) | On Call Air |
ptLetterCenter (4) | Letter Center |
ptAirServiceCenter (5) | Air Service Center |
ptNoneType (6) | None |
Data Type
Integer