DropoffType Property
Identifies the method by which the package is to be tendered to FedEx.
Syntax
public int getDropoffType(); public void setDropoffType(int dropoffType);
Enumerated values: public final static int dtRegularPickup = 0; public final static int dtRequestCourier = 1; public final static int dtDropBox = 2; public final static int dtBusinessServiceCenter = 3; public final static int dtStation = 4;
Remarks
This is the type of dropoff. It is optional to be provided in a ship request.
Possible values are:
dtRegularPickup (0) | |
dtRequestCourier (1) | |
dtDropBox (2) | |
dtBusinessServiceCenter (3) | |
dtStation (4) |
This element does not dispatch a courier for package pickup.
Default Value
0